home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / libg++-2.5.3-bin.lha / lib / g++-include / gen / Queue.ccP < prev    next >
Text File  |  1994-02-21  |  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.