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 / Stack.ccP < prev    next >
Text File  |  1996-10-12  |  176b  |  12 lines

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