summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-10-16 18:03:37 +0200
committerBenoit Foucher <benoit@zeroc.com>2009-10-16 18:03:37 +0200
commit7db4a736b38ea1ac2566e7eac389e6371329d6b1 (patch)
treed9cbde53c5c0a00e10df29a868dad35e4b928b62 /cpp/allDemos.py
parentAdded support for EndpointInfo and ConnectionInfo to python. (diff)
downloadice-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-xcpp/allDemos.py2
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)