📄 idatatransfer.cpp
字号:
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Copyright (c) 2008 Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
#include "IDataTransfer.h"
#include "DataTransfer.h"
/////////////////////////////////////////////////////////////////////////////////////////
IDataTransfer* IDataTransfer::allocate(
CUsbInterface* p_usb,
PolarisUsbInterface* p_usb_firmware,
PDEVICE_OBJECT pdo,
PcbConfig* p_current_config,
BYTE type)
{
return new DataTransfer(p_usb, p_usb_firmware, pdo, p_current_config,type);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -