From 8a387a37676664a7ad3d5072bffe2ceb96521e0e Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 4 Jan 2007 21:10:15 +0000 Subject: renamed userCallbackOnInterrupt to callbackOnInterrupt. --- cpp/demo/Ice/nested/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/Ice/nested/Client.cpp') 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) -- cgit v1.2.3