Minor style corrections

This commit is contained in:
Nefarius
2014-06-22 20:16:50 +02:00
parent 91f0bb325e
commit 26d9746af0
2 changed files with 7 additions and 4 deletions
+4 -2
View File
@@ -16,9 +16,11 @@ SocketWrapper::~SocketWrapper() {
case SM_SocketType_Udp:
delete (Socket<udp>*) socket;
break;
/*case SM_SocketType_Icmp:
#if 0
case SM_SocketType_Icmp:
delete (Socket<icmp>*) socket;
break;*/
break;
#endif
}
callbackHandler.RemoveCallbacks(this);