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.

26 lines
584 B

  1. // HealthmonSnapinAbout.cpp: implementation of the CHealthmonSnapinAbout class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "HealthmonSnapinAbout.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. //////////////////////////////////////////////////////////////////////
  12. // Construction/Destruction
  13. //////////////////////////////////////////////////////////////////////
  14. CHealthmonSnapinAbout::CHealthmonSnapinAbout()
  15. {
  16. }
  17. CHealthmonSnapinAbout::~CHealthmonSnapinAbout()
  18. {
  19. }