home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scase.zip / SCASE.Z / CXVTTTTP.H < prev    next >
C/C++ Source or Header  |  1994-10-17  |  2KB  |  39 lines

  1. #ifndef cxvttttp_h_included  
  2. #define cxvttttp_h_included  
  3. /******************************************************************************
  4. *                         ** Company Confidential **
  5. *                  ** Copyright 1994, All rights Reserved **
  6. * %Z%%M% version %I% date:%G%
  7. ******************************************************************************/
  8.  
  9. // -MQBeg- [Module_Includes] [cxvttttp_h] <00000028.00000000> Retained!
  10. // -MQEnd- [Module_Includes] [cxvttttp_h] <00000028.00000000> 
  11.  
  12. // -MQBeg- [Module_Declarations_1] [cxvttttp_h] <00000028.00000000> Retained!
  13. // -MQEnd- [Module_Declarations_1] [cxvttttp_h] <00000028.00000000> 
  14.  
  15. // -MQBeg- [Class_Spec] [CXVTTTTApp] <00000000.00000003> 
  16. /******************************************************************************
  17. CXVTTTTApp:
  18. XVT Power++ based TTT application.
  19. ******************************************************************************/
  20. class CXVTTTTApp  : public CApplication 
  21. {
  22. // -MQBeg- [Declarations_1] [CXVTTTTApp] <00000000.00000003> Retained!
  23. // -MQEnd- [Declarations_1] [CXVTTTTApp] <00000000.00000003> 
  24. public:
  25.   CXVTTTTApp(void);
  26.   virtual void StartUp(void);
  27.   virtual BOOLEAN DoNew(void);
  28.   virtual BOOLEAN DoOpen(void);
  29. // -MQBeg- [Declarations_2] [CXVTTTTApp] <00000000.00000003> Retained!
  30. // -MQEnd- [Declarations_2] [CXVTTTTApp] <00000000.00000003> 
  31. };
  32.  
  33. // -MQEnd- [Class_Spec] [CXVTTTTApp] <00000000.00000003> 
  34.  
  35. // -MQBeg- [Module_Declarations_2] [cxvttttp_h] <00000028.00000000> Retained!
  36. // -MQEnd- [Module_Declarations_2] [cxvttttp_h] <00000028.00000000> 
  37.  
  38. #endif
  39.