BTFormat.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:
P2P编程
开发平台:
Visual C++
- // 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_)