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/include/IceXML/StreamI.h | |
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/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index fb1bb9ef411..1be6fa546d1 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -13,7 +13,7 @@ #include <Ice/Stream.h> #include <Ice/CommunicatorF.h> -#include <IceXML/Output.h> +#include <IceUtil/OutputUtil.h> #include <map> @@ -207,7 +207,7 @@ private: // // XML Output stream. // - Output _os; + ::IceUtil::XMLOutput _os; // // Current document level. |