S3PFriendListDAO.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. // S3PFriendListDAO.h: interface for the S3PFriendListDAO class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_S3PFRIENDLISTDAO_H__F872A100_5845_455D_9048_C209492E2B28__INCLUDED_)
  5. #define AFX_S3PFRIENDLISTDAO_H__F872A100_5845_455D_9048_C209492E2B28__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "S3PTableDAO.h"
  10. class S3PDBConnection;
  11. class S3PFriendListDAO  : public S3PTableDAO  
  12. {
  13. public:
  14. S3PFriendListDAO(S3PDBConnection * pConn);
  15. virtual ~S3PFriendListDAO();
  16. virtual std::string GetTableName();
  17. virtual S3PDBConnection * GetConnection();
  18. protected:
  19. S3PDBConnection * m_pConn;
  20. };
  21. #endif // !defined(AFX_S3PFRIENDLISTDAO_H__F872A100_5845_455D_9048_C209492E2B28__INCLUDED_)