summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 15:44:40 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 15:44:40 +0000
commit865081e569ede0977d2b1daee714831a9ccfb834 (patch)
tree746f17970e18b9a74d29e35d2bdfaf35aa588cec /ace/Containers.h
parent4d0c0ec0c1c5aae9d20c587dfd38b2867780753d (diff)
downloadATCD-865081e569ede0977d2b1daee714831a9ccfb834.tar.gz
ChangeLogTag:Wed Oct 15 10:35:38 1997 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index efb8c832afa..09d7f1dd056 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -507,6 +507,7 @@ protected:
// Allocation Strategy of the queue.
};
+#if defined (NANBOR_DISABLED_EXP_CODES)
template <class T>
class ACE_Unbounded_Stack_Iterator
// = TITLE
@@ -543,7 +544,6 @@ private:
// Pointer to the Stack we're iterating over.
};
-#if defined (NANBOR_DISABLED_EXP_CODES)
template <class T>
class ACE_Double_Linked_List;