summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML/StreamI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-01-31 14:32:05 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-01-31 14:32:05 +0000
commit68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1 (patch)
tree542c8bc5a76b4ebdeaad6a05b6c5c1b1faaca64d /cpp/src/IceXML/StreamI.cpp
parentbug fix (diff)
downloadice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.tar.bz2
ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.tar.xz
ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.zip
Move Slice/OutputUtil to IceUtil. Integrate IceXML/Output.cpp with
OutputUtil. Various Makefile fixes.
Diffstat (limited to 'cpp/src/IceXML/StreamI.cpp')
-rw-r--r--cpp/src/IceXML/StreamI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceXML/StreamI.cpp b/cpp/src/IceXML/StreamI.cpp
index d136532a977..aef53a66721 100644
--- a/cpp/src/IceXML/StreamI.cpp
+++ b/cpp/src/IceXML/StreamI.cpp
@@ -40,6 +40,7 @@
using namespace std;
using namespace IceXML;
+using namespace IceUtil;
//
// Utilities to make the usage of xerces easier.