aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Barrier.h')
-rw-r--r--dep/acelite/ace/Barrier.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/dep/acelite/ace/Barrier.h b/dep/acelite/ace/Barrier.h
index 189ff07e4cc..84d7b6492ff 100644
--- a/dep/acelite/ace/Barrier.h
+++ b/dep/acelite/ace/Barrier.h
@@ -4,7 +4,7 @@
/**
* @file Barrier.h
*
- * $Id: Barrier.h 80826 2008-03-04 14:51:23Z wotte $
+ * $Id: Barrier.h 92069 2010-09-28 11:38:59Z johnnyw $
*
* Moved from Synch.h.
*
@@ -156,29 +156,6 @@ private:
ACE_Barrier (const ACE_Barrier &);
};
-#if 0
-/**
- * @class ACE_Process_Barrier
- *
- * @brief Implements "barrier synchronization" using ACE_Process_Mutexes!
- *
- * This class is just a simple wrapper for ACE_Barrier that
- * selects the USYNC_PROCESS variant for the locks.
- */
-class ACE_Export ACE_Process_Barrier : public ACE_Barrier
-{
-public:
- /// Create a Process_Barrier, passing in the optional @a name.
- ACE_Process_Barrier (unsigned int count, const ACE_TCHAR *name = 0);
-
- /// Dump the state of an object.
- void dump (void) const;
-
- /// Declare the dynamic allocation hooks.
- ACE_ALLOC_HOOK_DECLARE;
-};
-#endif /* 0 */
-
/**
* @class ACE_Thread_Barrier
*