trace log removal, old codec files removed

This commit is contained in:
Matej Sekoranja
2014-03-26 12:42:50 +01:00
parent baaea33bc6
commit ca2828c6dc
11 changed files with 17 additions and 2918 deletions

View File

@@ -150,7 +150,7 @@ namespace epics {
LOG(logLevelDebug, "Error getting SO_SNDBUF: %s", strBuffer);
}
transport = BlockingClientTCPTransportCodec::create(
transport = detail::BlockingClientTCPTransportCodec::create(
context, socket, responseHandler, _receiveBufferSize, _socketSendBufferSize,
client, transportRevision, _beaconInterval, priority);