no-queue monitor implementation

This commit is contained in:
Matej Sekoranja
2011-01-24 23:20:19 +01:00
parent 5cb78eac05
commit 8dbc67377c
3 changed files with 239 additions and 73 deletions

View File

@@ -56,7 +56,6 @@ namespace epics {
}
BlockingClientTCPTransport::~BlockingClientTCPTransport() {
printf("========== ~BlockingClientTCPTransport\n");
delete _introspectionRegistry;
delete _timerNode;
}