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.

71 lines
1.5 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*++
  3. Module Name:
  4. LicMgr.cpp
  5. Abstract:
  6. This Module declaration of CLicMgrApp class
  7. (The Application class.)
  8. Author:
  9. Arathi Kundapur (v-akunda) 11-Feb-1998
  10. Revision History:
  11. --*/
  12. #if !defined(AFX_LICMGR_H__72451C6B_887E_11D1_8AD1_00C04FB6CBB5__INCLUDED_)
  13. #define AFX_LICMGR_H__72451C6B_887E_11D1_8AD1_00C04FB6CBB5__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #endif // _MSC_VER >= 1000
  16. #ifndef __AFXWIN_H__
  17. #error include 'stdafx.h' before including this file for PCH
  18. #endif
  19. #include "resource.h" // main symbols
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CLicMgrApp:
  22. // See LicMgr.cpp for the implementation of this class
  23. //
  24. class CLicMgrApp : public CWinApp
  25. {
  26. public:
  27. CString m_Server;
  28. CLicMgrApp();
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CLicMgrApp)
  32. public:
  33. virtual BOOL InitInstance();
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. //{{AFX_MSG(CLicMgrApp)
  37. afx_msg void OnAppAbout();
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. // DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_LICMGR_H__72451C6B_887E_11D1_8AD1_00C04FB6CBB5__INCLUDED_)