summaryrefslogtreecommitdiff
path: root/ace/Containers_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-13 12:39:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-13 12:39:22 +0000
commit1c3b828d8ec9ce14d16dad82b0ce00c35fe56c76 (patch)
tree878d42c0d7c2aff73a89e4ecd16407468da2b42e /ace/Containers_T.h
parent4c189fa6a1d44c1801505db0635919fb9d75cbaa (diff)
downloadATCD-1c3b828d8ec9ce14d16dad82b0ce00c35fe56c76.tar.gz
ChangeLogTag: Sat Apr 13 14:32:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Containers_T.h')
-rw-r--r--ace/Containers_T.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/ace/Containers_T.h b/ace/Containers_T.h
index d0c954c14e0..71b62805720 100644
--- a/ace/Containers_T.h
+++ b/ace/Containers_T.h
@@ -494,9 +494,8 @@ public:
int next (T *&) const;
/**
- * Return the address of next (current) unvisited item in the list.
- * 0 if there is no more element available.
- * DEPRECATED
+ * @deprecated Return the address of next (current) unvisited item in
+ * the list. 0 if there is no more element available.
*/
T *next (void) const;
@@ -1024,10 +1023,9 @@ public:
int next (T *&);
/**
- * Delegates to ACE_Double_Linked_List_Iterator, except that whereas
- * the Double_Linked_List version of next returns the node, this next
+ * @deprecated Delegates to ACE_Double_Linked_List_Iterator, except that
+ * whereas the Double_Linked_List version of next returns the node, this next
* returns the contents of the node
- * DEPRECATED
*/
T *next (void) const;
@@ -1085,8 +1083,7 @@ public:
/// Returns 0 when all items have been seen, else 1.
int next (T *&);
- /// Delegates to ACE_Double_Linked_List_Iterator.
- /// DEPRECATED
+ /// @deprecated Delegates to ACE_Double_Linked_List_Iterator.
T *next (void) const;
/// Removes the current item (i.e., <next>) from the list.