diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-01-31 14:32:05 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-01-31 14:32:05 +0000 |
commit | 68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1 (patch) | |
tree | 542c8bc5a76b4ebdeaad6a05b6c5c1b1faaca64d /cpp/src/IceXML/StreamI.cpp | |
parent | bug fix (diff) | |
download | ice-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.cpp | 1 |
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. |