diff options
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index e5144993486..07c8fefd266 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -175,6 +175,8 @@ public: virtual ::Ice::ObjectPtr readObject(const ::std::string&, const ::std::string&, const ::Ice::ObjectFactoryPtr&); + virtual void marshalFacets(bool setting); + private: void startWrite(const std::string&); @@ -232,6 +234,8 @@ private: }; ::std::map<Ice::ObjectPtr, ObjectInfo> _objects; bool _dump; + + bool _marshalFacets; }; } // End namespace IceXML |