summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-30 14:54:17 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-30 14:54:17 +0000
commit41e653ac108f520047f1392c7d5b5dfbdc6aba57 (patch)
tree8d20b3ae5ff89178bcffcd115424d472f38d83b3 /cpp/src/Ice/Outgoing.cpp
parentfixes (diff)
downloadice-41e653ac108f520047f1392c7d5b5dfbdc6aba57.tar.bz2
ice-41e653ac108f520047f1392c7d5b5dfbdc6aba57.tar.xz
ice-41e653ac108f520047f1392c7d5b5dfbdc6aba57.zip
fixes
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r--cpp/src/Ice/Outgoing.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index fb773895b89..a9725607a0c 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -386,15 +386,3 @@ IceInternal::Outgoing::finished(const LocalException& ex)
notify();
}
}
-
-BasicStream*
-IceInternal::Outgoing::is()
-{
- return &_is;
-}
-
-BasicStream*
-IceInternal::Outgoing::os()
-{
- return &_os;
-}