diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.h')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.h b/cppe/demo/IceE/chat/ChatClientDlg.h index 2d5d37ae301..2861f4b1c91 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.h +++ b/cppe/demo/IceE/chat/ChatClientDlg.h @@ -39,6 +39,7 @@ protected: Ice::ObjectAdapterPtr _adapter; Demo::ChatCallbackPrx _callback; Demo::ChatSessionPrx _chat; + Glacier2::RouterPrx _router; const LogIPtr _log; SessionPingThreadPtr _ping; |