diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-18 14:46:57 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-18 14:46:57 +0000 |
commit | 2de495754c224f6c5fef4c202be81cf9f24bda6d (patch) | |
tree | 8a153f75d24851c14cf2a57de7e9ae113df950a8 /cppe/demo/IceE/chat/ChatClientDlg.cpp | |
parent | Fixed Pure client lib build and chat demo build (diff) | |
download | ice-2de495754c224f6c5fef4c202be81cf9f24bda6d.tar.bz2 ice-2de495754c224f6c5fef4c202be81cf9f24bda6d.tar.xz ice-2de495754c224f6c5fef4c202be81cf9f24bda6d.zip |
Fixed ICEE_HAS_ROUTER build
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index 437c3e3b7a5..71a4b3eb826 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -13,6 +13,9 @@ #include "ChatClientDlg.h"
#include "ChatConfigDlg.h"
#include "Router.h"
+ +#ifdef ICEE_HAS_ROUTER + #ifdef _DEBUG
#define new DEBUG_NEW
@@ -242,3 +245,5 @@ CChatClientDlg::OnLogin() ((CEdit*)GetDlgItem(IDC_LOG))->SetFocus(); } }
+ +#endif |