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

模拟服务器

开发平台:

C/C++

  1. // S3PRoleList.cpp: implementation of the S3PRoleList class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "S3PRoleList.h"
  5. //////////////////////////////////////////////////////////////////////
  6. // Construction/Destruction
  7. //////////////////////////////////////////////////////////////////////
  8. S3PRoleList::S3PRoleList(std::string cAccName) : 
  9. S3PTableObjList<S3PRole>("Role_Info", "iid", "cAccName", cAccName)
  10. {
  11. }
  12. S3PRoleList::~S3PRoleList()
  13. {
  14. }