home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
KOMUNIK
/
MIRRORIT
/
SRC
/
MIRRORIT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-03-09
|
1KB
|
56 lines
// MirrorIt.h : main header file for the MIRRORIT application
//
#if !defined(AFX_MIRRORIT_H__C2396A67_40C6_11D1_83C6_0000C0003048__INCLUDED_)
#define AFX_MIRRORIT_H__C2396A67_40C6_11D1_83C6_0000C0003048__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CMirrorItApp:
// See MirrorIt.cpp for the implementation of this class
//
class CMirrorItApp : public CWinApp
{
public:
CFile theDumpFile;
CStdioFile theLogFile;
void AddMimeType(CString & temp, int & i);
void LoadMimeTypes();
CStringList m_MimeTypes;
CMirrorItApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMirrorItApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
virtual void WinHelp(DWORD dwData, UINT nCmd = HELP_CONTEXT);
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CMirrorItApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MIRRORIT_H__C2396A67_40C6_11D1_83C6_0000C0003048__INCLUDED_)