aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Token_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Token_Manager.h')
-rw-r--r--dep/acelite/ace/Token_Manager.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/dep/acelite/ace/Token_Manager.h b/dep/acelite/ace/Token_Manager.h
index 9882e28ef67..eb86a4dd95f 100644
--- a/dep/acelite/ace/Token_Manager.h
+++ b/dep/acelite/ace/Token_Manager.h
@@ -4,7 +4,7 @@
/**
* @file Token_Manager.h
*
- * $Id: Token_Manager.h 80826 2008-03-04 14:51:23Z wotte $
+ * $Id: Token_Manager.h 91688 2010-09-09 11:21:50Z johnnyw $
*
* @author Tim Harrison (harrison@cs.wustl.edu)
*/
@@ -120,20 +120,6 @@ private:
typedef ACE_Map_Manager<TOKEN_NAME, ACE_Tokens *, ACE_Null_Mutex>
COLLECTION;
- /// Allows iterations through collection_
- /**
- * @deprecated Deprecated typedef. Use COLLECTION::ITERATOR trait
- * instead.
- */
- typedef COLLECTION::ITERATOR COLLECTION_ITERATOR;
-
- /// Allows iterations through collection_
- /**
- * @deprecated Deprecated typedef. Use COLLECTION::ENTRY trait
- * instead.
- */
- typedef COLLECTION::ENTRY COLLECTION_ENTRY;
-
/// COLLECTION maintains a mapping from token names to ACE_Tokens*.
COLLECTION collection_;
};