summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
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)
{