summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/stl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/stl.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/stl.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/stl.h b/TAO/orbsvcs/orbsvcs/Trader/stl.h
deleted file mode 100644
index e8cd874305e..00000000000
--- a/TAO/orbsvcs/orbsvcs/Trader/stl.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* -*- C++ -*- */
-
-// ========================================================================
-// $Id$
-//
-// = LIBRARY
-// orbsvcs
-//
-// = FILENAME
-// stl.h
-//
-// = AUTHOR
-// Seth Widoff <sbw1@cs.wustl.edu>
-//
-// ========================================================================
-
-#include<map>
-#include<vector>
-#include<string>
-#include<set>
-#include<deque>
-#include<list>
-#include<queue>
-#include<stack>
-
-//#if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) && \
-//(ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB != 0)
-using std::map;
-using std::vector;
-using std::string;
-using std::set;
-using std::deque;
-using std::list;
-using std::queue;
-using std::stack;
-using std::less;
-using std::pair;
-using std::multimap;
-using std::make_pair;
-
-//#endif // ACE_USES
-
-
-