www.pudn.com > xbwretrieval.rar > xbw.h


// xbw.h : main header file for the XBW application
//

#if !defined(AFX_XBW_H__21C3A4DE_1415_4E13_AD67_DB5914F2E77D__INCLUDED_)
#define AFX_XBW_H__21C3A4DE_1415_4E13_AD67_DB5914F2E77D__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

/////////////////////////////////////////////////////////////////////////////
// CXbwApp:
// See xbw.cpp for the implementation of this class
//

class CXbwApp : public CWinApp
{
public:
CXbwApp();

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXbwApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL

// Implementation

//{{AFX_MSG(CXbwApp)
// 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 Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_XBW_H__21C3A4DE_1415_4E13_AD67_DB5914F2E77D__INCLUDED_)