diff options
Diffstat (limited to 'cppe/demo/IceE/MFC/server/HelloServer.cpp')
-rw-r--r-- | cppe/demo/IceE/MFC/server/HelloServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/MFC/server/HelloServer.cpp b/cppe/demo/IceE/MFC/server/HelloServer.cpp index 7ee7ba18e8c..9bcd9b0c9e4 100644 --- a/cppe/demo/IceE/MFC/server/HelloServer.cpp +++ b/cppe/demo/IceE/MFC/server/HelloServer.cpp @@ -50,7 +50,7 @@ BOOL CHelloServerApp::InitInstance() try
{
int argc = 0;
- Ice::PropertiesPtr properties = IceE::createProperties();
+ Ice::PropertiesPtr properties = Ice::createProperties();
properties->setProperty("Hello.Endpoints", "tcp -p 10000"); //properties->load("config");
communicator = Ice::initializeWithProperties(argc, 0, properties);
|