summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/gen/Queue.ccP
blob: fb48d952ff713f9490add12b86ae40c69923487f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
}