home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_CORE_H__C33397D6_71C5_11D2_A233_968A023E954F__INCLUDED_)
- #define AFX_CORE_H__C33397D6_71C5_11D2_A233_968A023E954F__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Core.h : header file
- //
-
-
- #include "CStgFile.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CCore command target
-
- class CCore : public CCmdTarget
- {
- DECLARE_DYNCREATE(CCore)
-
- CCore(); // protected constructor used by dynamic creation
-
-
-
- CStgFile m_StgFile;
-
-
- int printf( LPCSTR pszFmt, ... )
- {
- return( 0 );
- };
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCore)
- public:
- virtual void OnFinalRelease();
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- virtual ~CCore();
-
- // Generated message map functions
- //{{AFX_MSG(CCore)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- DECLARE_OLECREATE(CCore)
-
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CCore)
- afx_msg long Create(LPCTSTR pszFileStg);
- afx_msg long Open(LPCTSTR pszFileStg);
- afx_msg long Close();
- afx_msg long MkDir(LPCTSTR pszDir);
- afx_msg long CopyTo(LPCTSTR pszFileExternal, LPCTSTR pszFileStg);
- afx_msg long CopyFrom(LPCTSTR pszFileStg, LPCTSTR pszFileExternal);
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_CORE_H__C33397D6_71C5_11D2_A233_968A023E954F__INCLUDED_)
-