summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index 1cc1dbbc586..744ad5a5e4a 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -28,6 +28,7 @@ demos = [
"Ice/async",
"Ice/bidir",
"Ice/callback",
+ "Ice/context",
"Ice/converter",
"Ice/hello",
"Ice/interleaved",
@@ -37,13 +38,12 @@ demos = [
"Ice/multicast",
"Ice/nested",
"Ice/nrvo",
+ "Ice/optional",
"Ice/plugin",
+ "Ice/properties",
"Ice/session",
"Ice/throughput",
"Ice/value",
- "Ice/properties",
- "Ice/optional",
- "Ice/context",
"IceDiscovery/hello",
"IceDiscovery/replication",
]
@@ -53,11 +53,12 @@ if not Util.isWin32() or not Util.isVC100():
"IceStorm/counter",
"IceStorm/replicated",
"IceStorm/replicated2",
- "IceGrid/simple",
"IceGrid/allocate",
- "IceGrid/sessionActivation",
+ "IceGrid/customLoadBalancing",
"IceGrid/replication",
+ "IceGrid/sessionActivation",
"IceGrid/secure",
+ "IceGrid/simple",
"Glacier2/chat",
"Glacier2/callback",
"Freeze/bench",