From b8606412d696b75dc6ac4fe6317c40dddb843301 Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 29 Feb 2004 17:29:01 +0000 Subject: [PATCH] Switched to doxygen comments. --- lib/arch/CArchMultithreadWindows.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/arch/CArchMultithreadWindows.h b/lib/arch/CArchMultithreadWindows.h index 44a8d184..d009c842 100644 --- a/lib/arch/CArchMultithreadWindows.h +++ b/lib/arch/CArchMultithreadWindows.h @@ -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);