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

  1. #ifndef owlapp_h_included  
  2. #define owlapp_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] [owlapp_h] <00000020.00000000> Retained!
  10. // -MQEnd- [Module_Includes] [owlapp_h] <00000020.00000000> 
  11.  
  12. // -MQBeg- [Module_Declarations_1] [owlapp_h] <00000020.00000000> Retained!
  13. // -MQEnd- [Module_Declarations_1] [owlapp_h] <00000020.00000000> 
  14.  
  15. // -MQBeg- [Class_Spec] [TTTApp] <00000000.0000001F> 
  16. /******************************************************************************
  17. TTTApp:
  18. TTT Application.
  19. ******************************************************************************/
  20. class TTTApp  : public TApplication 
  21. {
  22. // -MQBeg- [Declarations_1] [TTTApp] <00000000.0000001F> Retained!
  23. // -MQEnd- [Declarations_1] [TTTApp] <00000000.0000001F> 
  24. public:
  25.   virtual void InitMainWindow();
  26. // -MQBeg- [Declarations_2] [TTTApp] <00000000.0000001F> Retained!
  27. // -MQEnd- [Declarations_2] [TTTApp] <00000000.0000001F> 
  28. };
  29.  
  30. // -MQEnd- [Class_Spec] [TTTApp] <00000000.0000001F> 
  31.  
  32. // -MQBeg- [Module_Declarations_2] [owlapp_h] <00000020.00000000> Retained!
  33. // -MQEnd- [Module_Declarations_2] [owlapp_h] <00000020.00000000> 
  34.  
  35. #endif
  36.