home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / gcc / gcc261a.zoo / gen / Queue.ccP < prev    next >
Encoding:
Text File  |  1994-11-07  |  196 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.