Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
540 B

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