home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / lib270b.zip / emx / include / cpp / gen / Queue.ccP < prev    next >
Encoding:
Text File  |  1992-04-15  |  210 b   |  15 lines

  1. #ifdef __GNUG__
  2. #pragma implementation
  3. #endif
  4. #include "<T>.Queue.h"
  5.  
  6. <T>Queue::~<T>Queue() {}
  7.  
  8.  
  9. // error handling
  10.  
  11. void <T>Queue::error(const char* msg)
  12. {
  13.   (*lib_error_handler)("Queue", msg);
  14. }
  15.