aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Thread_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Thread_Adapter.h')
-rw-r--r--dep/acelite/ace/Thread_Adapter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dep/acelite/ace/Thread_Adapter.h b/dep/acelite/ace/Thread_Adapter.h
index 8f1f259eff3..d7ab4056de4 100644
--- a/dep/acelite/ace/Thread_Adapter.h
+++ b/dep/acelite/ace/Thread_Adapter.h
@@ -4,7 +4,7 @@
/**
* @file Thread_Adapter.h
*
- * $Id: Thread_Adapter.h 80826 2008-03-04 14:51:23Z wotte $
+ * $Id: Thread_Adapter.h 92060 2010-09-27 18:08:48Z johnnyw $
*
* @author Carlos O'Ryan <coryan@uci.edu>
*/
@@ -69,21 +69,17 @@ public:
ACE_Thread_Manager *thr_mgr (void);
protected:
-
/// Ensure that this object must be allocated on the heap.
~ACE_Thread_Adapter (void);
private:
-
/// Called by invoke, mainly here to separate the SEH stuff because
/// SEH on Win32 doesn't compile with local vars with destructors.
virtual ACE_THR_FUNC_RETURN invoke_i (void);
private:
-
/// Optional thread manager.
ACE_Thread_Manager *thr_mgr_;
-
};
ACE_END_VERSIONED_NAMESPACE_DECL