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

  1. #ifndef cxvtttdc_h_included  
  2. #define cxvtttdc_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] [cxvtttdc_h] <00000028.00000000> Retained!
  10. // -MQEnd- [Module_Includes] [cxvtttdc_h] <00000028.00000000> 
  11.  
  12. // -MQBeg- [Module_Declarations_1] [cxvtttdc_h] <00000028.00000000> Retained!
  13. // -MQEnd- [Module_Declarations_1] [cxvtttdc_h] <00000028.00000000> 
  14.  
  15. // -MQBeg- [Class_Spec] [CXVTTTTDoc] <00000000.00000009> 
  16. /******************************************************************************
  17. CXVTTTTDoc:
  18. TTT Document
  19. ******************************************************************************/
  20. class CXVTTTTDoc  : public CDocument 
  21. {
  22. // -MQBeg- [Declarations_1] [CXVTTTTDoc] <00000000.00000009> Retained!
  23. // -MQEnd- [Declarations_1] [CXVTTTTDoc] <00000000.00000009> 
  24. public:
  25.   CXVTTTTDoc(CApplication *theApplication, int theId);
  26.   virtual void BuildWindow(void);
  27. // -MQBeg- [Declarations_2] [CXVTTTTDoc] <00000000.00000009> Retained!
  28. // -MQEnd- [Declarations_2] [CXVTTTTDoc] <00000000.00000009> 
  29. };
  30.  
  31. // -MQEnd- [Class_Spec] [CXVTTTTDoc] <00000000.00000009> 
  32.  
  33. // -MQBeg- [Module_Declarations_2] [cxvtttdc_h] <00000028.00000000> Retained!
  34. // -MQEnd- [Module_Declarations_2] [cxvtttdc_h] <00000028.00000000> 
  35.  
  36. #endif
  37.