Switched to doxygen comments.
This commit is contained in:
parent
c3135b1b1c
commit
b8606412d6
|
@ -43,15 +43,14 @@ public:
|
|||
CArchMultithreadWindows();
|
||||
virtual ~CArchMultithreadWindows();
|
||||
|
||||
//
|
||||
// manipulators
|
||||
//
|
||||
//! @name manipulators
|
||||
//@{
|
||||
|
||||
void setNetworkDataForCurrentThread(void*);
|
||||
|
||||
//
|
||||
// accessors
|
||||
//
|
||||
//@}
|
||||
//! @name accessors
|
||||
//@{
|
||||
|
||||
HANDLE getCancelEventForCurrentThread();
|
||||
|
||||
|
@ -59,6 +58,8 @@ public:
|
|||
|
||||
static CArchMultithreadWindows* getInstance();
|
||||
|
||||
//@}
|
||||
|
||||
// IArchMultithread overrides
|
||||
virtual CArchCond newCondVar();
|
||||
virtual void closeCondVar(CArchCond);
|
||||
|
|
Loading…
Reference in New Issue