diff options
author | Jose <jose@zeroc.com> | 2010-02-11 05:10:43 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2010-02-11 05:10:43 +0100 |
commit | d3e520a951ced49d836e94936451a529d301e562 (patch) | |
tree | 366f383dbc98a8fb3c2e2744c6581736aa4cd034 /cpp/demo/Ice/MFC/server/HelloServerDlg.h | |
parent | bug 4380: stringToProxy docu (diff) | |
download | ice-d3e520a951ced49d836e94936451a529d301e562.tar.bz2 ice-d3e520a951ced49d836e94936451a529d301e562.tar.xz ice-d3e520a951ced49d836e94936451a529d301e562.zip |
4651 - Inconsistent line endings
Diffstat (limited to 'cpp/demo/Ice/MFC/server/HelloServerDlg.h')
-rw-r--r-- | cpp/demo/Ice/MFC/server/HelloServerDlg.h | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/cpp/demo/Ice/MFC/server/HelloServerDlg.h b/cpp/demo/Ice/MFC/server/HelloServerDlg.h index 4082629ae07..eaa70fe876b 100644 --- a/cpp/demo/Ice/MFC/server/HelloServerDlg.h +++ b/cpp/demo/Ice/MFC/server/HelloServerDlg.h @@ -7,39 +7,39 @@ // // ********************************************************************** -
-#ifndef HELLO_SERVER_DLG_H
-#define HELLO_SERVER_DLG_H
-
-#pragma once
-
-#include "LogI.h"
-
-class CHelloServerDlg : public CDialog
-{
-public:
- CHelloServerDlg(const Ice::CommunicatorPtr&, const LogIPtr&, CWnd* = NULL);
-
- enum { IDD = IDD_HELLOSERVER_DIALOG };
-
-protected:
- virtual void DoDataExchange(CDataExchange*); // DDX/DDV support
-
-protected:
- Ice::CommunicatorPtr _communicator;
- LogIPtr _log;
- CEdit* _edit;
- HICON _hIcon;
-
- // Generated message map functions
- virtual BOOL OnInitDialog();
- virtual void OnCancel();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnShutdown();
- afx_msg void OnClear();
+ +#ifndef HELLO_SERVER_DLG_H +#define HELLO_SERVER_DLG_H + +#pragma once + +#include "LogI.h" + +class CHelloServerDlg : public CDialog +{ +public: + CHelloServerDlg(const Ice::CommunicatorPtr&, const LogIPtr&, CWnd* = NULL); + + enum { IDD = IDD_HELLOSERVER_DIALOG }; + +protected: + virtual void DoDataExchange(CDataExchange*); // DDX/DDV support + +protected: + Ice::CommunicatorPtr _communicator; + LogIPtr _log; + CEdit* _edit; + HICON _hIcon; + + // Generated message map functions + virtual BOOL OnInitDialog(); + virtual void OnCancel(); + afx_msg void OnPaint(); + afx_msg HCURSOR OnQueryDragIcon(); + afx_msg void OnShutdown(); + afx_msg void OnClear(); afx_msg LRESULT OnLog(WPARAM, LPARAM); - DECLARE_MESSAGE_MAP()
-};
-
-#endif
+ DECLARE_MESSAGE_MAP() +}; + +#endif |