summaryrefslogtreecommitdiff
path: root/py/allDemos.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-07-18 11:45:46 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-07-18 11:45:46 -0230
commit46175bc99289ba02eaccd9645ea34c00f58e2a8a (patch)
tree627eb92954f542e5b38dd533758e7ebdf572d763 /py/allDemos.py
parentICE-5194 added demo for use of Ice request contexts (diff)
downloadice-46175bc99289ba02eaccd9645ea34c00f58e2a8a.tar.bz2
ice-46175bc99289ba02eaccd9645ea34c00f58e2a8a.tar.xz
ice-46175bc99289ba02eaccd9645ea34c00f58e2a8a.zip
Added Ice/context to allDemos.py files
Diffstat (limited to 'py/allDemos.py')
-rwxr-xr-xpy/allDemos.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/allDemos.py b/py/allDemos.py
index 9ea12e49802..2245e1700f5 100755
--- a/py/allDemos.py
+++ b/py/allDemos.py
@@ -27,6 +27,7 @@ demos = [
"Ice/async",
"Ice/bidir",
"Ice/callback",
+ "Ice/context",
"Ice/converter",
"Ice/hello",
"Ice/latency",