summaryrefslogtreecommitdiff
path: root/cpp/include/IceXML/StreamI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-01-30 18:11:47 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-01-30 18:11:47 +0000
commit086bbeca3f329d739b491a6a16fd7c179e0febd9 (patch)
treea66858a42f43e4cb6fbd9166e5fbcd01e26f663e /cpp/include/IceXML/StreamI.h
parentWIN32 updates. (diff)
downloadice-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.h2
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();