BTFormat.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:

P2P编程

开发平台:

Visual C++

  1. // BTFormat.h: interface for the CBTFormat class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_BTFORMAT_H__D743F866_7D15_4309_A101_92FC5ABA2C56__INCLUDED_)
  5. #define AFX_BTFORMAT_H__D743F866_7D15_4309_A101_92FC5ABA2C56__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "val.h"
  10. bool HasKey(VALMAP* pmap, string strKey);
  11. class CBTFormat  
  12. {
  13. public:
  14. static void check_peers(CVal* pInfo);
  15. static void CheckMessage(CVal* pMsg);
  16. static void CheckInfo(CVal* pInfo);
  17. CBTFormat();
  18. virtual ~CBTFormat();
  19. private:
  20. };
  21. #endif // !defined(AFX_BTFORMAT_H__D743F866_7D15_4309_A101_92FC5ABA2C56__INCLUDED_)