Person.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:0k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // Person.h: interface for the Person class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_PERSON_H__F09820D0_75C4_41ED_99CC_0CE7DB9129F5__INCLUDED_)
  5. #define AFX_PERSON_H__F09820D0_75C4_41ED_99CC_0CE7DB9129F5__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class Person  
  10. {
  11. public:
  12. Person();
  13. virtual ~Person();
  14. };
  15. #endif // !defined(AFX_PERSON_H__F09820D0_75C4_41ED_99CC_0CE7DB9129F5__INCLUDED_)