diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloI.cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/HelloI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/HelloI.cpp b/cpp/demo/IceBox/hello/HelloI.cpp index a0b5969f726..408ce2b3f59 100644 --- a/cpp/demo/IceBox/hello/HelloI.cpp +++ b/cpp/demo/IceBox/hello/HelloI.cpp @@ -19,7 +19,7 @@ HelloI::HelloI(const Ice::CommunicatorPtr& communicator) : } void -HelloI::hello(const Ice::Current&) +HelloI::sayHello(const Ice::Current&) { cout << "Hello World!" << endl; } |