diff options
Diffstat (limited to 'cpp/include/Ice/OutputStream.h')
-rw-r--r-- | cpp/include/Ice/OutputStream.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/include/Ice/OutputStream.h b/cpp/include/Ice/OutputStream.h index 67994253814..f7094db56f0 100644 --- a/cpp/include/Ice/OutputStream.h +++ b/cpp/include/Ice/OutputStream.h @@ -10,7 +10,7 @@ #ifndef ICE_OUTPUT_STREAM_H #define ICE_OUTPUT_STREAM_H -#include <IceUtil/StringConverter.h> +#include <Ice/StringConverter.h> #include <Ice/CommunicatorF.h> #include <Ice/InstanceF.h> #include <Ice/Object.h> @@ -86,7 +86,7 @@ public: // IceInternal::Instance* instance() const { return _instance; } // Inlined for performance reasons. - void setStringConverters(const IceUtil::StringConverterPtr&, const IceUtil::WstringConverterPtr&); + void setStringConverters(const StringConverterPtr&, const WstringConverterPtr&); void setFormat(FormatType); @@ -750,8 +750,8 @@ private: Encaps _preAllocatedEncaps; - IceUtil::StringConverterPtr _stringConverter; - IceUtil::WstringConverterPtr _wstringConverter; + StringConverterPtr _stringConverter; + WstringConverterPtr _wstringConverter; }; } // End namespace Ice |