summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx8
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/except.cxx8
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx6
3 files changed, 11 insertions, 11 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
index 73dfa9fb2..508532267 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp2uno.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2000-12-21 14:47:41 $
+ * last change: $Author: svesik $ $Date: 2001-02-06 22:20:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,8 +63,8 @@
#define TRACE(x)
#include <alloca.h>
-#include <stl/list>
-#include <stl/map>
+#include <list>
+#include <map>
#ifndef _RTL_ALLOC_H_
#include <rtl/alloc.h>
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/except.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/except.cxx
index c9ea6df4b..2f5baf498 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/except.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/except.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: except.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $
+ * last change: $Author: svesik $ $Date: 2001-02-06 22:20:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,8 +62,8 @@
#include <dlfcn.h>
#include <new.h>
#include <typeinfo>
-#include <stl/list>
-#include <stl/map>
+#include <list>
+#include <map>
#ifndef _RTL_ALLOC_H_
#include <rtl/alloc.h>
#endif
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
index fc23d562b..83faf8ed8 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uno2cpp.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2000-12-21 14:47:41 $
+ * last change: $Author: svesik $ $Date: 2001-02-06 22:20:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#include <alloca.h>
-#include <stl/map>
+#include <map>
#ifndef _RTL_ALLOC_H_
#include <rtl/alloc.h>
#endif