www.pudn.com > xtable2.zip > XMLTable.h


// XMLTable.h : main header file for the XMLTable application 
// 
#pragma once 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"       // main symbols 
 
 
// CXMLTableApp: 
// See XMLTable.cpp for the implementation of this class 
// 
 
class CXMLTableApp : public CWinApp 
{ 
public: 
	CXMLTableApp(); 
 
 
// Overrides 
public: 
	virtual BOOL InitInstance(); 
 
// Implementation 
	afx_msg void OnAppAbout(); 
	DECLARE_MESSAGE_MAP() 
}; 
 
extern CXMLTableApp theApp;