home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / libg_ / libgpp / !libgpp / gen / ccp / Queue < prev    next >
Text File  |  1992-04-15  |  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.