diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-01-30 18:11:47 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-01-30 18:11:47 +0000 |
commit | 086bbeca3f329d739b491a6a16fd7c179e0febd9 (patch) | |
tree | a66858a42f43e4cb6fbd9166e5fbcd01e26f663e /cpp/include/IceXML/StreamI.h | |
parent | WIN32 updates. (diff) | |
download | ice-086bbeca3f329d739b491a6a16fd7c179e0febd9.tar.bz2 ice-086bbeca3f329d739b491a6a16fd7c179e0febd9.tar.xz ice-086bbeca3f329d739b491a6a16fd7c179e0febd9.zip |
Freeze updates.
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index 13600b68243..fb1bb9ef411 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -45,7 +45,7 @@ public: StreamI(const ::Ice::CommunicatorPtr&, std::ostream&); - StreamI(const ::Ice::CommunicatorPtr&, std::istream&); + StreamI(const ::Ice::CommunicatorPtr&, std::istream&, bool = true); ~StreamI(); |