diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-06 13:25:49 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-06 13:25:49 +0000 |
commit | a1200f9ab248c614fe56ce5ece93b8b8b96d7cea (patch) | |
tree | d1232c37160e00c9e660411e83953cfa29c90b2b /cppe/demo/IceE/MFC/client/HelloClient.cpp | |
parent | Renamded icee namespace back to Ice (diff) | |
download | ice-a1200f9ab248c614fe56ce5ece93b8b8b96d7cea.tar.bz2 ice-a1200f9ab248c614fe56ce5ece93b8b8b96d7cea.tar.xz ice-a1200f9ab248c614fe56ce5ece93b8b8b96d7cea.zip |
Renamed IceE namespace back to Ice
Diffstat (limited to 'cppe/demo/IceE/MFC/client/HelloClient.cpp')
-rw-r--r-- | cppe/demo/IceE/MFC/client/HelloClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/MFC/client/HelloClient.cpp b/cppe/demo/IceE/MFC/client/HelloClient.cpp index 46bc4772fc2..85162a66ab0 100644 --- a/cppe/demo/IceE/MFC/client/HelloClient.cpp +++ b/cppe/demo/IceE/MFC/client/HelloClient.cpp @@ -46,7 +46,7 @@ CHelloClientApp::InitInstance() try
{
int argc = 0;
- Ice::PropertiesPtr properties = IceE::createProperties();
+ Ice::PropertiesPtr properties = Ice::createProperties();
properties->setProperty("Hello.Proxy", "hello:tcp -p 10000"); //properties->load("config");
communicator = Ice::initializeWithProperties(argc, 0, properties);
|