diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClient.cpp | 3 |
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
{
|