#include "PlatformSW.h"#include "NQDeclarations.h"#include "NQLogging.h"#include "NQPacketQueue.h"#include "NQMessagePool.h"#include "NQResponseWaitQueue.h"#include "NQPeerList.h"#include "NQclass.h"#include <assert.h>#include <time.h>

Go to the source code of this file.
Defines | |
| #define | __NQ_INTERNAL_SW__ |
| #define | ERR(a) |
| #define __NQ_INTERNAL_SW__ |
Definition at line 1 of file NQclass.cpp.
| #define ERR | ( | a | ) |
Value:
{ errcode = a; \
goto err;}
Definition at line 14 of file NQclass.cpp.
Referenced by CNetworkQueue::close(), CNetworkQueue::create(), CNetworkQueue::recvMsg(), CNetworkQueue::sendMsgTo(), CNetworkQueue::sendMsgToInternal(), and CNetworkQueue::sendRecvMsg().
1.5.5