summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 237edf84a66..6215f725c08 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -19,7 +19,7 @@
#include <Ice/Logger.h>
#include <Ice/TraceLevels.h>
#include <Ice/Emitter.h>
-#include <Ice/Stream.h>
+#include <Ice/IntStream.h>
#include <Ice/LocalException.h>
#include <Ice/Functional.h>
@@ -460,8 +460,8 @@ bool
IceDelegateM::Ice::Object::_isA(const string& s)
{
Outgoing __out(__emitter, __reference);
- Stream* __is = __out.is();
- Stream* __os = __out.os();
+ IntStream* __is = __out.is();
+ IntStream* __os = __out.os();
__os->write("_isA");
__os->write(s);
if (!__out.invoke())
@@ -477,7 +477,7 @@ void
IceDelegateM::Ice::Object::_ping()
{
Outgoing __out(__emitter, __reference);
- Stream* __os = __out.os();
+ IntStream* __os = __out.os();
__os->write("_ping");
if (!__out.invoke())
{