diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-12-18 17:06:44 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-12-18 17:06:44 +0000 |
commit | d07fdae285690f699a70f97f36232e516dcad2bc (patch) | |
tree | c239def689c5e6cc53ac76dbe3e60ec11c306964 /py/demo/Ice/throughput | |
parent | Fixed tryLock() comment (diff) | |
download | ice-d07fdae285690f699a70f97f36232e516dcad2bc.tar.bz2 ice-d07fdae285690f699a70f97f36232e516dcad2bc.tar.xz ice-d07fdae285690f699a70f97f36232e516dcad2bc.zip |
Object adapter properties now prefixed by "Ice.OA."
Diffstat (limited to 'py/demo/Ice/throughput')
-rw-r--r-- | py/demo/Ice/throughput/config.server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/throughput/config.server b/py/demo/Ice/throughput/config.server index ddae4a1a27a..3b9fd7e7c6f 100644 --- a/py/demo/Ice/throughput/config.server +++ b/py/demo/Ice/throughput/config.server @@ -1,4 +1,4 @@ -Throughput.Endpoints=default -p 10000 -h 127.0.0.1 +Ice.OA.Throughput.Endpoints=default -p 10000 -h 127.0.0.1 #Ice.Plugin.IceSSL=IceSSL:createIceSSL IceSSL.DefaultDir=../../../certs |