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

模拟服务器

开发平台:

C/C++

  1. // S3PRoleList.h: interface for the S3PRoleList class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_S3PROLELIST_H__F6DD88CE_DECF_46D1_A7A3_3417A55E4345__INCLUDED_)
  5. #define AFX_S3PROLELIST_H__F6DD88CE_DECF_46D1_A7A3_3417A55E4345__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "S3PRole.h"
  10. class S3PRoleList : public S3PTableObjList<S3PRole>  
  11. {
  12. public:
  13. S3PRoleList(std::string cAccName);
  14. virtual ~S3PRoleList();
  15. };
  16. #endif // !defined(AFX_S3PROLELIST_H__F6DD88CE_DECF_46D1_A7A3_3417A55E4345__INCLUDED_)