WarFTPDaemon.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // This source code, executables and programs containing source code or
  2. // binaries or proprietetary technology from the War Software Series are
  3. // NOT alloed used, viewed or tested by any governmental agencies in
  4. // any countries. This includes the government, departments, police, 
  5. // military etc.
  6. // ---
  7. // This file is intended for use with Tab space = 2
  8. // Created and maintained in MSVC Developer Studio
  9. // ---
  10. // NAME : WarFTPDaemon.h
  11. // PURPOSE : main header file for the WARFTPDAEMON application
  12. // PROGRAM : War FTP Daemon
  13. // DATE : Sept. 19 1996
  14. // AUTHOR : Jarle Aase
  15. // ---
  16. // REVISION HISTORY
  17. // 
  18. #ifndef __AFXWIN_H__
  19. #error include 'stdafx.h' before including this file for PCH
  20. #endif
  21. #include "resource.h" // main symbols
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CWarFTPDaemonApp:
  24. // See WarFTPDaemon.cpp for the implementation of this class
  25. //
  26. class CWarFTPDaemonApp : public CWinApp
  27. {
  28. public:
  29. CWarFTPDaemonApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CWarFTPDaemonApp)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CWarFTPDaemonApp)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. #ifdef _DEBUG
  45. #define __MYDBNAME "-Debug"
  46. #else 
  47. #define __MYDBNAME
  48. #endif
  49. #define I_PROGRAM "War FTP Daemon"
  50. #define I_VERSION "2.07a"__MYDBNAME
  51. #define I_COPYRIGHT "Copyright (c) 1996, 1997 Jarle Aase. All rights reserved."