stability

This commit is contained in:
Matej Sekoranja
2011-02-10 17:05:34 +01:00
parent d95879102a
commit c87ff047ca
16 changed files with 178 additions and 67 deletions

View File

@@ -129,6 +129,7 @@ namespace epics {
clearAndReleaseBuffer();
// add to registry
_context->acquire();
_context->getTransportRegistry()->put(this);
}
@@ -151,6 +152,8 @@ namespace epics {
delete _sendBuffer;
delete _responseHandler;
_context->release();
}
void BlockingTCPTransport::start() {