summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-11 14:04:59 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-11 14:04:59 +0000
commitfb6b60e963d347d9e5a01708aac31261c55fe1de (patch)
tree445fdd238071090722e4f67ef9fa703f6f012fa1 /ace/Containers.h
parent44e551b29092aa887afa218431f810d9e65a424e (diff)
downloadATCD-fb6b60e963d347d9e5a01708aac31261c55fe1de.tar.gz
fixes for templates as args to templates on pSOS
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index bb11029f369..794c22db114 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -677,6 +677,9 @@ protected:
// Allocation Strategy of the queue.
};
+
+#if ! defined (ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETER)
+
//
// I found ACE_Double_Linked_List really difficult to use. So, I create
// another layer of abstraction on top of it to make it easier to use.
@@ -820,6 +823,7 @@ public:
};
+#endif /* ! defined (ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETER) */
template <class T>
class ACE_Unbounded_Set_Iterator