TransmitFtpFile.cpp
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // TransmitFtpFile.cpp: implementation of the CTransmitFtpFile class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "quickftp.h"
  6. #include "TransmitFtpFile.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CTransmitFtpFile::CTransmitFtpFile()
  16. {
  17. }
  18. CTransmitFtpFile::~CTransmitFtpFile()
  19. {
  20. }