diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-09 03:44:48 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-09 03:44:48 +0000 |
commit | ede6f592b3d2b109e8c59c07c00f11b248eaeda5 (patch) | |
tree | 5e89e38fd9193b9c486cc936a9488702f4f8111e /cppe/demo/IceE/throughput/Client.cpp | |
parent | Fixed a few build errors (diff) | |
download | ice-ede6f592b3d2b109e8c59c07c00f11b248eaeda5.tar.bz2 ice-ede6f592b3d2b109e8c59c07c00f11b248eaeda5.tar.xz ice-ede6f592b3d2b109e8c59c07c00f11b248eaeda5.zip |
cleanup. CE demos now use config.txt
Diffstat (limited to 'cppe/demo/IceE/throughput/Client.cpp')
-rw-r--r-- | cppe/demo/IceE/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/throughput/Client.cpp b/cppe/demo/IceE/throughput/Client.cpp index fbef5415e4d..6f9a895a1d6 100644 --- a/cppe/demo/IceE/throughput/Client.cpp +++ b/cppe/demo/IceE/throughput/Client.cpp @@ -53,7 +53,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) } Ice::PropertiesPtr properties = communicator->getProperties(); - const char* proxyProperty = "Throughput.Throughput"; + const char* proxyProperty = "Throughput.Proxy"; std::string proxy = properties->getProperty(proxyProperty); if(proxy.empty()) { |