Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / gnu / lib / libg++ / g++-include / gen / Queue.ccP
CommitLineData
e87b4ac1
PR
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
11void <T>Queue::error(const char* msg)
12{
13 (*lib_error_handler)("Queue", msg);
14}