home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-bin.lha / lib / g++-include / gen / Queue.ccP < prev    next >
Text File  |  1996-10-12  |  196b  |  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.