summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-02-06 20:39:02 +0000
committerMarc Laukien <marc@zeroc.com>2003-02-06 20:39:02 +0000
commit8c47a19fe0a38c6c9a6e97b7859df7f9b5a8b6fb (patch)
tree8fd580420dad30c88fc38c5e8940b9e68ffed297 /cpp/src/Ice/Outgoing.cpp
parentdo not use Ice version in service shared library name (diff)
downloadice-8c47a19fe0a38c6c9a6e97b7859df7f9b5a8b6fb.tar.bz2
ice-8c47a19fe0a38c6c9a6e97b7859df7f9b5a8b6fb.tar.xz
ice-8c47a19fe0a38c6c9a6e97b7859df7f9b5a8b6fb.zip
encaps fixes
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r--cpp/src/Ice/Outgoing.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index 6b6dde0fc4d..e886bc28627 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -200,29 +200,6 @@ IceInternal::Outgoing::invoke()
return true;
}
-/*
-void
-IceInternal::Outgoing::invokeAsync(const IceAMI::Ice::ObjectPtr& asyncCB)
-{
- _asyncCB = asyncCB;
- _os.endWriteEncaps();
-
- //
- // We cannot set _state to StateInProgress after sendRequest(),
- // because there would be a race with finished().
- //
- _state = StateInProgress;
-
- //
- // For asynchronous invocations, we always use twoway, regardless
- // of what the reference says. There is no point in asynchronous
- // oneways or datagrams, because there is no reply from the
- // server.
- //
- _connection->sendRequest(this, false, _reference->compress);
-}
-*/
-
void
IceInternal::Outgoing::finished(BasicStream& is)
{