home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scase.zip / SCASE.Z / MAILBOX.CC < prev    next >
Text File  |  1994-12-28  |  3KB  |  78 lines

  1. /******************************************************************************
  2. *                         ** Company Confidential **
  3. *                  ** Copyright 1994, All rights Reserved **
  4. * %Z%%M% version %I% date:%G%
  5. ******************************************************************************/
  6.  
  7. // -MQBeg- [Module_Includes] [mailbox_cc] <00000003.00000000> Retained!
  8. // -MQEnd- [Module_Includes] [mailbox_cc] <00000003.00000000> 
  9.  
  10. // -MQBeg- [Module_Declarations_1] [mailbox_cc] <00000003.00000000> Retained!
  11. // -MQEnd- [Module_Declarations_1] [mailbox_cc] <00000003.00000000> 
  12.  
  13. // -MQBeg- [Class_Body] [Mailbox] <00000000.00000001> 
  14. /******************************************************************************
  15.                                     Mailbox
  16. ******************************************************************************/
  17.  
  18. void
  19. Mailbox::play_greeting()
  20. {
  21. // -MQBeg- [Op_Body] [Mailbox::play_greeting] <0000002B.0000004A> Retained!
  22. // -MQEnd- [Op_Body] [Mailbox::play_greeting] <0000002B.0000004A> 
  23. }
  24.  
  25. void
  26. Mailbox::change_greeting(String NewGreeting)
  27. {
  28. // -MQBeg- [Op_Body] [Mailbox::change_greeting] <0000002B.0000004B> Retained!
  29. // -MQEnd- [Op_Body] [Mailbox::change_greeting] <0000002B.0000004B> 
  30. }
  31.  
  32. Boolean
  33. Mailbox::is_mailbox_empty()
  34. {
  35. // -MQBeg- [Op_Body] [Mailbox::is_mailbox_empty] <0000002B.0000004C> Retained!
  36. // -MQEnd- [Op_Body] [Mailbox::is_mailbox_empty] <0000002B.0000004C> 
  37. }
  38.  
  39. void
  40. Mailbox::add_messsage(Message *NewMessage)
  41. {
  42. // -MQBeg- [Op_Body] [Mailbox::add_messsage] <0000002B.0000004D> Retained!
  43. // -MQEnd- [Op_Body] [Mailbox::add_messsage] <0000002B.0000004D> 
  44. }
  45.  
  46. void
  47. Mailbox::read_messages()
  48. {
  49. // -MQBeg- [Op_Body] [Mailbox::read_messages] <0000002B.0000004E> Retained!
  50. // -MQEnd- [Op_Body] [Mailbox::read_messages] <0000002B.0000004E> 
  51. }
  52.  
  53. void
  54. Mailbox::play_current_message()
  55. {
  56. // -MQBeg- [Op_Body] [Mailbox::play_current_message] <0000002B.0000004F> Retained!
  57. // -MQEnd- [Op_Body] [Mailbox::play_current_message] <0000002B.0000004F> 
  58. }
  59.  
  60. void
  61. Mailbox::delete_current_message()
  62. {
  63. // -MQBeg- [Op_Body] [Mailbox::delete_current_message] <0000002B.00000050> Retained!
  64. // -MQEnd- [Op_Body] [Mailbox::delete_current_message] <0000002B.00000050> 
  65. }
  66.  
  67. void
  68. Mailbox::keep_current_message()
  69. {
  70. // -MQBeg- [Op_Body] [Mailbox::keep_current_message] <0000002B.00000051> Retained!
  71. // -MQEnd- [Op_Body] [Mailbox::keep_current_message] <0000002B.00000051> 
  72. }
  73.  
  74. // -MQEnd- [Class_Body] [Mailbox] <00000000.00000001> 
  75.  
  76. // -MQBeg- [Module_Declarations_2] [mailbox_cc] <00000003.00000000> Retained!
  77. // -MQEnd- [Module_Declarations_2] [mailbox_cc] <00000003.00000000> 
  78.