www.pudn.com > GGBT.rar > BTFormat.h


// BTFormat.h: interface for the CBTFormat class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_BTFORMAT_H__D743F866_7D15_4309_A101_92FC5ABA2C56__INCLUDED_) 
#define AFX_BTFORMAT_H__D743F866_7D15_4309_A101_92FC5ABA2C56__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "val.h" 
 
 
bool HasKey(VALMAP* pmap, string strKey); 
 
class CBTFormat   
{ 
public: 
	static void check_peers(CVal* pInfo); 
	static void CheckMessage(CVal* pMsg); 
	static void CheckInfo(CVal* pInfo); 
	CBTFormat(); 
	virtual ~CBTFormat(); 
 
private: 
}; 
 
#endif // !defined(AFX_BTFORMAT_H__D743F866_7D15_4309_A101_92FC5ABA2C56__INCLUDED_)