diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-11-21 10:47:39 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-11-21 10:47:39 -0800 |
commit | 58dceb70427d1d09e8852bc445d0407d3c5199df (patch) | |
tree | d0a169f5d8c776bb6aa7aa792b946a1133cddc1e /cpp/demo | |
parent | Added java optional demo. (diff) | |
download | ice-58dceb70427d1d09e8852bc445d0407d3c5199df.tar.bz2 ice-58dceb70427d1d09e8852bc445d0407d3c5199df.tar.xz ice-58dceb70427d1d09e8852bc445d0407d3c5199df.zip |
README/INSTALL fixes
Diffstat (limited to 'cpp/demo')
-rw-r--r-- | cpp/demo/Ice/optional/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/optional/README b/cpp/demo/Ice/optional/README index 8e1ff26e319..c8e2f5efa44 100644 --- a/cpp/demo/Ice/optional/README +++ b/cpp/demo/Ice/optional/README @@ -1,5 +1,5 @@ -This demo illustrates optional class members and the use of the optional -keyword for in/out and return values in method invocations. +This demo illustrates the use of optional class members and +parameters. To run the demo, first start the server: |