diff options
Diffstat (limited to 'cpp/demo/Ice/callback/CallbackI.cpp')
-rw-r--r-- | cpp/demo/Ice/callback/CallbackI.cpp | 6 |
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; |