summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/callback/CallbackI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-05 18:22:55 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-05 18:22:55 +0000
commit0ac9eb8d52a88ac89b7118f99902636b8f13d414 (patch)
treee1e50870cf3208b666637ddf2fba8a240bb00784 /cpp/demo/Ice/callback/CallbackI.cpp
parentremoving call to startSeq/endSeq for sequence of fixed-length type (diff)
downloadice-0ac9eb8d52a88ac89b7118f99902636b8f13d414.tar.bz2
ice-0ac9eb8d52a88ac89b7118f99902636b8f13d414.tar.xz
ice-0ac9eb8d52a88ac89b7118f99902636b8f13d414.zip
connection->setAdapter and bidir demo
Diffstat (limited to 'cpp/demo/Ice/callback/CallbackI.cpp')
-rw-r--r--cpp/demo/Ice/callback/CallbackI.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/demo/Ice/callback/CallbackI.cpp b/cpp/demo/Ice/callback/CallbackI.cpp
index 15d2967cd9a..c24eff4d2b1 100644
--- a/cpp/demo/Ice/callback/CallbackI.cpp
+++ b/cpp/demo/Ice/callback/CallbackI.cpp
@@ -15,12 +15,6 @@ using namespace Ice;
using namespace Demo;
void
-CallbackReceiverI::callback(const Current&)
-{
- cout << "received callback" << endl;
-}
-
-void
CallbackI::initiateCallback(const CallbackReceiverPrx& proxy, const Current& current)
{
cout << "initiating callback" << endl;