mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 14:15:46 +08:00
Switched to doxygen comments.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user