diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-02-20 15:09:24 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-02-20 15:09:24 -0800 |
commit | de64acaf0137cc39008b23c92d79f98082a1eeb0 (patch) | |
tree | c0639fddb4a20c3c2d1982710fa56c27c040794c /cpp/demo/Ice/nrvo/Client.cpp | |
parent | Minor edit to INSTALL file (diff) | |
download | ice-de64acaf0137cc39008b23c92d79f98082a1eeb0.tar.bz2 ice-de64acaf0137cc39008b23c92d79f98082a1eeb0.tar.xz ice-de64acaf0137cc39008b23c92d79f98082a1eeb0.zip |
minor fixes in NRVO demo
Diffstat (limited to 'cpp/demo/Ice/nrvo/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/nrvo/Client.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/cpp/demo/Ice/nrvo/Client.cpp b/cpp/demo/Ice/nrvo/Client.cpp index 449fa6fc468..0dc1ab3fa22 100644 --- a/cpp/demo/Ice/nrvo/Client.cpp +++ b/cpp/demo/Ice/nrvo/Client.cpp @@ -124,7 +124,6 @@ NrvoClient::run(int argc, char* argv[]) return EXIT_SUCCESS; } - void NrvoClient::menu() { @@ -132,10 +131,10 @@ NrvoClient::menu() "usage:\n" "\n" "Operation to call:\n" - "1: return a string sequence.\n" - "2: return a string sequence that is a data member of the servant.\n" - "3: return a string sequence from an operation with multiple return path.\n" - "s: shutdown server.\n" - "x: exit.\n" - "?: show this menu.\n"; + "1: return a string sequence\n" + "2: return a string sequence that is a data member of the servant\n" + "3: return a string sequence from an operation with multiple return paths\n" + "s: shutdown server\n" + "x: exit\n" + "?: show this menu\n"; } |