summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/ChatClientDlg.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-02-27 14:24:45 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-02-27 14:24:45 +0000
commit4a4ccaf94f17e4d8f6a09301d453f199cb657133 (patch)
tree416bcaba20a619254bd6be54b3e730a318c51723 /cppe/demo/IceE/chat/ChatClientDlg.cpp
parentFixed config to work with Ice demo (diff)
downloadice-4a4ccaf94f17e4d8f6a09301d453f199cb657133.tar.bz2
ice-4a4ccaf94f17e4d8f6a09301d453f199cb657133.tar.xz
ice-4a4ccaf94f17e4d8f6a09301d453f199cb657133.zip
Fixed to work with Ice demo with InstanceName
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r--cppe/demo/IceE/chat/ChatClientDlg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp
index 50f60f7ae47..a09cd95c821 100644
--- a/cppe/demo/IceE/chat/ChatClientDlg.cpp
+++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp
@@ -340,7 +340,8 @@ CChatClientDlg::OnLogin()
try
{
- string routerStr = Ice::printfToString("Glacier2/router:tcp -p %s -h %s", port.c_str(), host.c_str());
+ string routerStr =
+ Ice::printfToString("DemoGlacier2/router:tcp -p %s -h %s", port.c_str(), host.c_str());
_router = Glacier2::RouterPrx::checkedCast(_communicator->stringToProxy(routerStr));
assert(_router);