- more changes to unify development across different projects (callers / server / hasq / softphone)

This commit is contained in:
2018-06-05 13:52:17 +03:00
parent 14fb3bbdbf
commit 5afaa1299e
16 changed files with 62 additions and 53 deletions

View File

@@ -10,6 +10,8 @@
#endif
#include <set>
#include <assert.h>
#include <unistd.h> // Responsible for close() call on Linux
#include "HL_SocketHeap.h"
#include "HL_Log.h"
#include "HL_Sync.h"
@@ -279,6 +281,7 @@ void SocketHeap::thread()
SyncHelper::delay(1000); // Delay for 1 millisecond
}
mId = 0;
mShutdown = false;
//#endif
}