WarFTPDaemon.h
资源名称:warftpd.zip [点击查看]
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // This source code, executables and programs containing source code or
- // binaries or proprietetary technology from the War Software Series are
- // NOT alloed used, viewed or tested by any governmental agencies in
- // any countries. This includes the government, departments, police,
- // military etc.
- // ---
- // This file is intended for use with Tab space = 2
- // Created and maintained in MSVC Developer Studio
- // ---
- // NAME : WarFTPDaemon.h
- // PURPOSE : main header file for the WARFTPDAEMON application
- // PROGRAM : War FTP Daemon
- // DATE : Sept. 19 1996
- // AUTHOR : Jarle Aase
- // ---
- // REVISION HISTORY
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CWarFTPDaemonApp:
- // See WarFTPDaemon.cpp for the implementation of this class
- //
- class CWarFTPDaemonApp : public CWinApp
- {
- public:
- CWarFTPDaemonApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWarFTPDaemonApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CWarFTPDaemonApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- #ifdef _DEBUG
- #define __MYDBNAME "-Debug"
- #else
- #define __MYDBNAME
- #endif
- #define I_PROGRAM "War FTP Daemon"
- #define I_VERSION "2.07a"__MYDBNAME
- #define I_COPYRIGHT "Copyright (c) 1996, 1997 Jarle Aase. All rights reserved."