diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-10-16 18:03:37 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-10-16 18:03:37 +0200 |
commit | 7db4a736b38ea1ac2566e7eac389e6371329d6b1 (patch) | |
tree | d9cbde53c5c0a00e10df29a868dad35e4b928b62 /cpp/allDemos.py | |
parent | Added support for EndpointInfo and ConnectionInfo to python. (diff) | |
download | ice-7db4a736b38ea1ac2566e7eac389e6371329d6b1.tar.bz2 ice-7db4a736b38ea1ac2566e7eac389e6371329d6b1.tar.xz ice-7db4a736b38ea1ac2566e7eac389e6371329d6b1.zip |
Changed Glacier2 to enable ACM for client connections, bug 3244 and 4298
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index ef204552775..78f1d98fe34 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -66,7 +66,7 @@ demos = [ ] if not Util.isNoServices(): - demos.append(["IceBox/hello", "IceGrid/icebox"]) + demos += ["IceBox/hello", "IceGrid/icebox"] if __name__ == "__main__": Util.run(demos) |