[commit] r1498 - trunk/SDK/BON/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Sep 1 10:52:07 CDT 2011


Author: ksmyth
Date: Thu Sep  1 10:52:07 2011
New Revision: 1498

Log:
style

Modified:
   trunk/SDK/BON/Common/Builder.h
   trunk/SDK/BON/Common/ComponentDll.h

Modified: trunk/SDK/BON/Common/Builder.h
==============================================================================
--- trunk/SDK/BON/Common/Builder.h	Thu Sep  1 10:51:47 2011	(r1497)
+++ trunk/SDK/BON/Common/Builder.h	Thu Sep  1 10:52:07 2011	(r1498)
@@ -14,9 +14,7 @@
 #define GME_BUILDER_H
 
 #include "GMECOM.h"
-#ifndef __COMHELP_H
 #include "ComHelp.h"
-#endif
 
 class CBuilder;
 class CBuilderFolder;

Modified: trunk/SDK/BON/Common/ComponentDll.h
==============================================================================
--- trunk/SDK/BON/Common/ComponentDll.h	Thu Sep  1 10:51:47 2011	(r1497)
+++ trunk/SDK/BON/Common/ComponentDll.h	Thu Sep  1 10:52:07 2011	(r1498)
@@ -1,15 +1,10 @@
 // ComponentDll.h : main header file for the Component DLL
 //
 
-#if !defined(AFX_COMPONENTAPP_H__DC43D02A_061D_11D2_BBB3_0040051F7117__INCLUDED_)
-#define AFX_COMPONENTAPP_H__DC43D02A_061D_11D2_BBB3_0040051F7117__INCLUDED_
-
-#if _MSC_VER >= 1000
 #pragma once
-#endif // _MSC_VER >= 1000
 
 #ifndef __AFXWIN_H__
-	#error include 'stdafx.h' before including this file for PCH
+#error include 'stdafx.h' before including this file for PCH
 #endif
 
 #include "resource.h"		// main symbols
@@ -43,5 +38,3 @@
 
 //{{AFX_INSERT_LOCATION}}
 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_COMONENTAPP_H__DC43D02A_061D_11D2_BBB3_0040051F7117__INCLUDED_)


More information about the gme-commit mailing list