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

  1. #ifndef msg_h_included  
  2. #define msg_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] [msg_h] <00000003.00000000> Retained!
  10. // -MQEnd- [Module_Includes] [msg_h] <00000003.00000000> 
  11.  
  12. // -MQBeg- [Module_Declarations_1] [msg_h] <00000003.00000000> Retained!
  13. // -MQEnd- [Module_Declarations_1] [msg_h] <00000003.00000000> 
  14.  
  15. // -MQBeg- [Class_Spec] [Message] <00000000.0000000F> 
  16. /******************************************************************************
  17. Message:
  18. A voice message.
  19. ******************************************************************************/
  20. class Message 
  21. {
  22. // -MQBeg- [Declarations_1] [Message] <00000000.0000000F> Retained!
  23. // -MQEnd- [Declarations_1] [Message] <00000000.0000000F> 
  24. public:
  25.   void play();
  26. private:
  27.   String message_text; 
  28. // -MQBeg- [Declarations_2] [Message] <00000000.0000000F> Retained!
  29. // -MQEnd- [Declarations_2] [Message] <00000000.0000000F> 
  30. };
  31.  
  32. // -MQEnd- [Class_Spec] [Message] <00000000.0000000F> 
  33.  
  34. // -MQBeg- [Module_Declarations_2] [msg_h] <00000003.00000000> Retained!
  35. // -MQEnd- [Module_Declarations_2] [msg_h] <00000003.00000000> 
  36.  
  37. #endif
  38.