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 >
Wrap
Text File
|
1996-10-12
|
196b
|
15 lines
#ifdef __GNUG__
#pragma implementation
#endif
#include "<T>.Queue.h"
<T>Queue::~<T>Queue() {}
// error handling
void <T>Queue::error(const char* msg)
{
(*lib_error_handler)("Queue", msg);
}