summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/ChatClient.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-18 12:12:35 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-18 12:12:35 +0000
commitaf03e941b11ea0e8fca91fcf2e2df8b4939223b8 (patch)
treed1e456324d16ce87ad82d3b5d5bd83ada79b3d24 /cppe/demo/IceE/chat/ChatClient.cpp
parentFix (diff)
downloadice-af03e941b11ea0e8fca91fcf2e2df8b4939223b8.tar.bz2
ice-af03e941b11ea0e8fca91fcf2e2df8b4939223b8.tar.xz
ice-af03e941b11ea0e8fca91fcf2e2df8b4939223b8.zip
Added ping thread
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.cpp')
-rw-r--r--cppe/demo/IceE/chat/ChatClient.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cppe/demo/IceE/chat/ChatClient.cpp b/cppe/demo/IceE/chat/ChatClient.cpp
index 494c00148fd..bc9216ded7e 100644
--- a/cppe/demo/IceE/chat/ChatClient.cpp
+++ b/cppe/demo/IceE/chat/ChatClient.cpp
@@ -43,10 +43,9 @@ BOOL CChatClientApp::InitInstance()
CWinApp::InitInstance();
//
- // Create a communicator and object adapter.
+ // Create a communicator.
//
Ice::CommunicatorPtr communicator;
- Ice::ObjectAdapterPtr adapter;
LogIPtr log;
try
{