diff options
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index 2e943ff69e6..0c234c299ed 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -186,6 +186,10 @@ private: void readAttributes(::std::string&, ::std::string&, ::std::string&); ::Ice::Int readLength(); + ::std::string getWritePrefix() const; + ::std::string getReadPrefix() const; + static ::std::string getPrefix(const ::std::string&); + ::Ice::CommunicatorPtr _communicator; // @@ -225,6 +229,7 @@ private: bool written; // Has the object been written? }; ::std::map<Ice::ObjectPtr, ObjectInfo> _objects; + bool _dump; }; } // End namespace IceXML |