diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-08 05:14:16 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-08 05:14:16 +0000 |
commit | 1f2bcf804162014a6e5c428a9d973f1d8b149a97 (patch) | |
tree | beade943ec3fabfe7d2fe11ca1495128b96352ce /cppe/demo/IceE/chat/ChatClient.cpp | |
parent | Fixed bug with Log implementation. (diff) | |
download | ice-1f2bcf804162014a6e5c428a9d973f1d8b149a97.tar.bz2 ice-1f2bcf804162014a6e5c428a9d973f1d8b149a97.tar.xz ice-1f2bcf804162014a6e5c428a9d973f1d8b149a97.zip |
Added seperate CE resource files. Fixed font problems. Cleaned up and fixed
bugs with MFC demos.
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClient.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cppe/demo/IceE/chat/ChatClient.cpp b/cppe/demo/IceE/chat/ChatClient.cpp index 680b1f36225..37d019c3024 100644 --- a/cppe/demo/IceE/chat/ChatClient.cpp +++ b/cppe/demo/IceE/chat/ChatClient.cpp @@ -8,17 +8,17 @@ // ********************************************************************** -#include "stdafx.h"
-#include "ChatClient.h"
-#include "ChatClientDlg.h"
-#include "Chat.h"
-#include "LogI.h"
- +#include <stdafx.h>
+#include <ChatClient.h>
+#include <ChatClientDlg.h>
+#include <Chat.h>
+#include <LogI.h> #ifdef _DEBUG
#define new DEBUG_NEW
#endif
+ BEGIN_MESSAGE_MAP(CChatClientApp, CWinApp)
ON_COMMAND(ID_HELP, CWinApp::OnHelp)
@@ -78,7 +78,7 @@ BOOL CChatClientApp::InitInstance() //
// Edit control no longer exists.
//
- log->setControl(0);
+ log->setHandle(0);
//
// Clean up.
|