removed debug message
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#include <iocinf.h>
|
||||
#include <comBuf_IL.h>
|
||||
|
||||
tsFreeList < class comBuf, 0x20, 1u > comBuf::freeList;
|
||||
tsFreeList < class comBuf, 0x20 > comBuf::freeList;
|
||||
|
||||
// nill message pad bytes
|
||||
static const char nillBytes [] =
|
||||
@@ -459,7 +459,6 @@ int comQueSend::writeNotifyRequest ( unsigned ioId, unsigned serverId, unsigned
|
||||
this->mutex.unlock ();
|
||||
}
|
||||
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ public:
|
||||
bool flushToWire ( class comQueSend & );
|
||||
unsigned fillFromWire ( class comQueRecv & );
|
||||
private:
|
||||
static tsFreeList < class comBuf, 0x20, 1u > freeList;
|
||||
static tsFreeList < class comBuf, 0x20 > freeList;
|
||||
|
||||
~comBuf ();
|
||||
unsigned nextWriteIndex;
|
||||
|
||||
Reference in New Issue
Block a user