#include <QPointer>
#include <QTcpServer>
#include <QMutex>
#include "cxEnumConverter.h"
#include "boost/shared_ptr.hpp"
Go to the source code of this file.
|
| cx |
| Namespace for all CustusX production code.
|
|
#define assertRunningInObjectThread |
( |
| ) |
|
Value:{ \
if (QThread::currentThread()!=this->thread()) \
<< QString("Method should be called in the object's thread [%1] only, current thread = [%2]") \
.arg(this->thread()->objectName()) \
.arg(QThread::currentThread()->objectName()); \
} \
} \
Insert into every method that is only allowed to be called inside the object's own thread.
Definition at line 37 of file cxSocketConnection.h.
SNW_DECLARE_ENUM_STRING_CONVERTERS |
( |
cxResource_EXPORT |
, |
|
|
cx |
, |
|
|
CX_SOCKETCONNECTION_STATE |
|
|
) |
| |