diff options
Diffstat (limited to 'cpp/demo/Ice/nested/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/nested/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp index bc10109a1fe..b4a99f35889 100644 --- a/cpp/demo/Ice/nested/Client.cpp +++ b/cpp/demo/Ice/nested/Client.cpp @@ -36,7 +36,7 @@ NestedClient::run(int argc, char* argv[]) // Since this is an interactive demo we want the custom interrupt // callback to be called when the process is interrupted. // - userCallbackOnInterrupt(); + callbackOnInterrupt(); NestedPrx nested = NestedPrx::checkedCast(communicator()->propertyToProxy("Nested.Client.NestedServer")); if(!nested) |