home *** CD-ROM | disk | FTP | other *** search
- #if !defined(FTP_H__7335DC63_2B1D_11D0_9F76_00AA00680BB3__INCLUDED_)
- #define FTP_H__7335DC63_2B1D_11D0_9F76_00AA00680BB3__INCLUDED_
-
- // ftp.h : main header file for the FTP application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CFtpApp:
- // See ftp.cpp for the implementation of this class
- //
-
- class CFtpApp : public CWinApp
- {
- public:
- CFtpApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFtpApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- // Implementation
-
- //{{AFX_MSG(CFtpApp)
- afx_msg void OnAppAbout();
- // 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()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(FTP_H__7335DC63_2B1D_11D0_9F76_00AA00680BB3__INCLUDED)
-