diff options
author | Matthew Newhook <matthew@zeroc.com> | 2012-11-20 14:38:30 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2012-11-20 14:38:30 -0330 |
commit | 4c69aa841a5e3ecba11c1383892b6b85f0f9408d (patch) | |
tree | dd0d795027edc70c867332c938212ac26edefec9 /cpp/allDemos.py | |
parent | Updated expect script for value demo (diff) | |
download | ice-4c69aa841a5e3ecba11c1383892b6b85f0f9408d.tar.bz2 ice-4c69aa841a5e3ecba11c1383892b6b85f0f9408d.tar.xz ice-4c69aa841a5e3ecba11c1383892b6b85f0f9408d.zip |
ICE-4962
Added new optional demo for C++.
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index e058b2ae20f..aab0f9a1997 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -42,6 +42,7 @@ demos = [ "Ice/throughput", "Ice/value", "Ice/properties", + "Ice/optional", "IceStorm/clock", "IceStorm/counter", "IceStorm/replicated", |