diff options
Diffstat (limited to 'cpp/demo/Ice/MFC/client/HelloClient.h')
-rw-r--r-- | cpp/demo/Ice/MFC/client/HelloClient.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/cpp/demo/Ice/MFC/client/HelloClient.h b/cpp/demo/Ice/MFC/client/HelloClient.h index 2f5cef4faae..08a21097d1d 100644 --- a/cpp/demo/Ice/MFC/client/HelloClient.h +++ b/cpp/demo/Ice/MFC/client/HelloClient.h @@ -7,28 +7,28 @@ // // ********************************************************************** -
-#ifndef HELLO_CLIENT_H
-#define HELLO_CLIENT_H
-
-#pragma once
-
-#ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
-#endif
-
-#include "Resource.h"
-
-class CHelloClientApp : public CWinApp
-{
-public:
- CHelloClientApp();
-
- virtual BOOL InitInstance();
-
- DECLARE_MESSAGE_MAP()
-};
-
-extern CHelloClientApp theApp;
-
-#endif
+ +#ifndef HELLO_CLIENT_H +#define HELLO_CLIENT_H + +#pragma once + +#ifndef __AFXWIN_H__ + #error include 'stdafx.h' before including this file for PCH +#endif + +#include "Resource.h" + +class CHelloClientApp : public CWinApp +{ +public: + CHelloClientApp(); + + virtual BOOL InitInstance(); + + DECLARE_MESSAGE_MAP() +}; + +extern CHelloClientApp theApp; + +#endif |