everything compiles now

This commit is contained in:
Matej Sekoranja
2014-05-23 09:29:17 +02:00
parent 82f35f8c38
commit 6b388a572e
4 changed files with 168 additions and 47 deletions

View File

@@ -1113,6 +1113,7 @@ namespace epics {
void BlockingSocketAbstractCodec::internalDestroy() {
if(_channel != INVALID_SOCKET) {
// TODO ::shutdown for some OS??!!!
epicsSocketDestroy(_channel);
_channel = INVALID_SOCKET;
}