diff options
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);
|