summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StreamI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-09-20 14:56:29 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-09-20 14:56:29 +0800
commit1122cb76c9d14c00e892d76ba088e33da3b81d11 (patch)
treed753f950b1dda0f6a48a431f13f21c22cb12727f /cpp/src/Ice/StreamI.h
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2478 (diff)
downloadice-1122cb76c9d14c00e892d76ba088e33da3b81d11.tar.bz2
ice-1122cb76c9d14c00e892d76ba088e33da3b81d11.tar.xz
ice-1122cb76c9d14c00e892d76ba088e33da3b81d11.zip
added blobject support to python.
Diffstat (limited to 'cpp/src/Ice/StreamI.h')
-rw-r--r--cpp/src/Ice/StreamI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/StreamI.h b/cpp/src/Ice/StreamI.h
index 82c0c06147d..70f5e8dd1c3 100644
--- a/cpp/src/Ice/StreamI.h
+++ b/cpp/src/Ice/StreamI.h
@@ -54,6 +54,7 @@ public:
//InputStreamI(const IceInternal::InstancePtr&, const ::std::vector< ::Ice::Byte >&);
InputStreamI(const Ice::CommunicatorPtr&, const ::std::vector< ::Ice::Byte >&);
+ InputStreamI(const Ice::CommunicatorPtr&, const ::std::pair< const ::Ice::Byte*, const ::Ice::Byte* >&);
virtual ~InputStreamI();
virtual Ice::CommunicatorPtr communicator() const;