aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Task.h
diff options
context:
space:
mode:
authorclick <none@none>2010-11-04 05:30:29 +0100
committerclick <none@none>2010-11-04 05:30:29 +0100
commit9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch)
tree14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Task.h
parent2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff)
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG-- branch : trunk
Diffstat (limited to 'dep/acelite/ace/Task.h')
-rw-r--r--dep/acelite/ace/Task.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dep/acelite/ace/Task.h b/dep/acelite/ace/Task.h
index 08147a6459a..d6c0a68ee43 100644
--- a/dep/acelite/ace/Task.h
+++ b/dep/acelite/ace/Task.h
@@ -4,7 +4,7 @@
/**
* @file Task.h
*
- * $Id: Task.h 91058 2010-07-12 08:20:09Z johnnyw $
+ * $Id: Task.h 91688 2010-09-09 11:21:50Z johnnyw $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
@@ -286,7 +286,6 @@ protected:
/// Holds the thread ID of the last thread to exit svc() in this object.
ACE_thread_t last_thread_id_;
-
private:
// = Disallow these operations.