www.pudn.com > duanxinfangwei.rar > HttpServe.h


// HttpServe.h: interface for the CHttpServe class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_HTTPSERVE_H__53DA27C9_8A88_413A_8E45_82242558E78E__INCLUDED_) 
#define AFX_HTTPSERVE_H__53DA27C9_8A88_413A_8E45_82242558E78E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CHttpServe   
{ 
public: 
	CHttpServe(); 
	virtual ~CHttpServe(); 
 
}; 
 
#endif // !defined(AFX_HTTPSERVE_H__53DA27C9_8A88_413A_8E45_82242558E78E__INCLUDED_)