diff options
Diffstat (limited to 'cpp/demo/Ice/callback/CallbackSenderI.cpp')
-rw-r--r-- | cpp/demo/Ice/callback/CallbackSenderI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/callback/CallbackSenderI.cpp b/cpp/demo/Ice/callback/CallbackSenderI.cpp index 5a1a518f2c6..1132c9cd71c 100644 --- a/cpp/demo/Ice/callback/CallbackSenderI.cpp +++ b/cpp/demo/Ice/callback/CallbackSenderI.cpp @@ -15,7 +15,7 @@ using namespace Ice; using namespace Demo; void -CallbackSenderI::initiateCallback(const CallbackReceiverPrx& proxy, const Current& current) +CallbackSenderI::initiateCallback(const CallbackReceiverPrx& proxy, const Current&) { cout << "initiating callback" << endl; try |