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

模拟服务器

开发平台:

C/C++

  1. //------------------------------------------//
  2. // //
  3. //  File : S3PAccountUser.cpp //
  4. // Author : Yang Xiaodong //
  5. // Modified : 12/19/2002 //
  6. // //
  7. //------------------------------------------//
  8. #include "S3PAccountUser.h"
  9. //////////////////////////////////////////////////////////////////////
  10. // Construction/Destruction
  11. //////////////////////////////////////////////////////////////////////
  12. S3PAccountUserDAO::S3PAccountUserDAO( S3PDBConnection* pConn )
  13. {
  14. m_pConn = pConn;
  15. }
  16. S3PAccountUserDAO::~S3PAccountUserDAO()
  17. {
  18. }
  19. S3PDBConnection* S3PAccountUserDAO::GetConnection()
  20. {
  21. return m_pConn;
  22. }
  23. std::string S3PAccountUserDAO::GetTableName()
  24. {
  25. return "admins";
  26. return "user";
  27. }