home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MSGTRACE.ZIP / MyProjects / MsgTrace / MsgTracerTest / MsgTracerTest.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-30  |  1.6 KB  |  55 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File        : MsgTracerTest.h
  4. // Project     : MsgTrace
  5. // Component   : MsgTracerTest
  6. //---------------------------------------------------------------------------
  7. // Description : 
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // SourceSafe Strings. Do not change.
  12. //---------------------------------------------------------------------------
  13. // $Author: jeskes $
  14. // $Date: $
  15. // $Revision: $
  16. //
  17. /////////////////////////////////////////////////////////////////////////////
  18.  
  19. #ifndef MSGTRACERTEST_H
  20. #define MSGTRACERTEST_H
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23.  
  24. #include "resource.h"
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CMsgTracerTestApp:
  28. /////////////////////////////////////////////////////////////////////////////
  29.  
  30. class CMsgTracerTestApp : public CWinApp
  31. {
  32. public:
  33.     CMsgTracerTestApp();
  34.  
  35. //---------------------------------------------------------------------------
  36. // overrides
  37. //---------------------------------------------------------------------------
  38. public:
  39.     //{{AFX_VIRTUAL(CMsgTracerTestApp)
  40.     public:
  41.     virtual BOOL InitInstance();
  42.     //}}AFX_VIRTUAL
  43.  
  44. //---------------------------------------------------------------------------
  45. // message map
  46. //---------------------------------------------------------------------------
  47. public:
  48.     //{{AFX_MSG(CMsgTracerTestApp)
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54. #endif
  55.