[mapguide-commits] r5186 - in trunk/MgDev/Common: CoordinateSystem Geometry/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Sep 23 23:43:12 EDT 2010


Author: waltweltonlair
Date: 2010-09-24 03:43:12 +0000 (Fri, 24 Sep 2010)
New Revision: 5186

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCategory.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCoordinateSystemInCategory.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnumDatum.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnumEllipsoid.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnumInteger32.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysFormatConverter.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPath.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathDictionary.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysGridGeneric.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysMacro.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysProjectionInformation.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysUnitInformation.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.cpp
   trunk/MgDev/Common/CoordinateSystem/CriticalSection.h
   trunk/MgDev/Common/CoordinateSystem/MentorDictionary.cpp
   trunk/MgDev/Common/CoordinateSystem/MentorDictionary.h
   trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp
   trunk/MgDev/Common/CoordinateSystem/MentorUtil.h
   trunk/MgDev/Common/CoordinateSystem/namestruct.cpp
   trunk/MgDev/Common/CoordinateSystem/namestruct.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticPathElement.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h
Log:
Some source files are missing blank lines at the end, which results in annoying warnings when building under Linux.  Fix this.

Also removed silly "End of file" tags from end of files.  Who needs tags like this to know where to find the end of a file?


Modified: trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -3409,5 +3409,3 @@
     size_t size=sizeof(m_csprm.csdef)+sizeof(UINT8);
     return static_cast<UINT32>(size);
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -694,5 +694,3 @@
 {
     return SAFE_ADDREF(m_pCatalog.p);
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysDictionaryBase.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -372,4 +372,4 @@
     return new T(this->catalog); //the callee has to incr. the ref counter, if it needs the catalog object
 }
 
-#endif //BUILD_DICTIONARY_BASE
\ No newline at end of file
+#endif //BUILD_DICTIONARY_BASE

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -362,5 +362,3 @@
 
     return pNew.Detach();
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCategory.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCategory.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCategory.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -328,6 +328,3 @@
 
     return pNew.Detach();
 }
-
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCoordinateSystemInCategory.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCoordinateSystemInCategory.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnumCoordinateSystemInCategory.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -424,6 +424,3 @@
     //And we're done!  Return success.
     return pNew.Detach();
 }
-
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnumDatum.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnumDatum.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnumDatum.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -67,5 +67,3 @@
 
     return pNew.Detach();
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnumEllipsoid.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnumEllipsoid.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnumEllipsoid.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -67,5 +67,3 @@
 
     return pNew.Detach();
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnumInteger32.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnumInteger32.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnumInteger32.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -267,5 +267,3 @@
 
     return pNew.Detach();
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysFormatConverter.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysFormatConverter.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysFormatConverter.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -1184,5 +1184,3 @@
         }
     }
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -122,4 +122,4 @@
 
 DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticAnalyticalTransformDefParams,TranslateX,double,this->geocentricTransformParams->translateX)
 DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticAnalyticalTransformDefParams,TranslateY,double,this->geocentricTransformParams->translateY)
-DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticAnalyticalTransformDefParams,TranslateZ,double,this->geocentricTransformParams->translateZ)
\ No newline at end of file
+DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticAnalyticalTransformDefParams,TranslateZ,double,this->geocentricTransformParams->translateZ)

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticAnalyticalTransformDefParams.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -81,4 +81,4 @@
 
 } //namespace CSLibrary
 
-#endif //_CCOORDSYSGEODETICANALYTICALTRANSFORMDEFPARAMS_H_
\ No newline at end of file
+#endif //_CCOORDSYSGEODETICANALYTICALTRANSFORMDEFPARAMS_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -185,4 +185,4 @@
     ENSURE_NOT_NULL(target, L"CCoordinateSystemGeodeticInterpolationTransformDefParams.CopyTo");
     
     memcpy(target, this->gridFileParams, sizeof(csGridFileXformParams));
-}
\ No newline at end of file
+}

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticInterpolationTransformDefParams.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -59,4 +59,4 @@
 
 } //namespace CSLibrary
 
-#endif //_CCOORDINATESYSTEMGEODETICINTERPOLATIONTRANSFORMDEFPARAMS_H_
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICINTERPOLATIONTRANSFORMDEFPARAMS_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -130,4 +130,4 @@
         
 DEFINE_GET_SET_NUMERIC_IDX(CCoordinateSystemGeodeticMultipleRegressionTransformDefParams,CoefficientPhi,double,this->mulRegParams->coeffPhi,104)
 DEFINE_GET_SET_NUMERIC_IDX(CCoordinateSystemGeodeticMultipleRegressionTransformDefParams,CoefficientLambda,double,this->mulRegParams->coeffLambda,104)
-DEFINE_GET_SET_NUMERIC_IDX(CCoordinateSystemGeodeticMultipleRegressionTransformDefParams,CoefficientHeight,double,this->mulRegParams->coeffHeight,104)
\ No newline at end of file
+DEFINE_GET_SET_NUMERIC_IDX(CCoordinateSystemGeodeticMultipleRegressionTransformDefParams,CoefficientHeight,double,this->mulRegParams->coeffHeight,104)

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticMultipleRegressionTransformDefParams.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -98,4 +98,4 @@
 
 } //namespace CSLibrary
 
-#endif //_CCOORDINATESYSTEMGEODETICMULTIPLEREGRESSIONTRANSFORMDEFPARAMS_H_
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICMULTIPLEREGRESSIONTRANSFORMDEFPARAMS_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPath.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPath.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPath.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -88,4 +88,4 @@
 
 } //namespace CSLibrary
 
-#endif //_CCOORDINATESYSTEMGEODETICPATH_H_
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICPATH_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathDictionary.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathDictionary.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathDictionary.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -219,4 +219,4 @@
     return this->m_pDictionary->GetCatalog();
 }
 
-#include "CoordSysDictionaryBase.cpp"
\ No newline at end of file
+#include "CoordSysDictionaryBase.cpp"

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -103,4 +103,4 @@
 }
 
 DEFINE_GET_SET_STRING(CCoordinateSystemGeodeticPathElement,TransformName,this->pathElement->geodeticXformName)
-DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticPathElement,IsInversed,bool,this->pathElement->direction)
\ No newline at end of file
+DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticPathElement,IsInversed,bool,this->pathElement->direction)

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticPathElement.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -48,4 +48,4 @@
 
 } //namespace CSLibrary
 
-#endif //_COORDSYSGEODETICPATHELEMENT_H_
\ No newline at end of file
+#endif //_COORDSYSGEODETICPATHELEMENT_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -351,4 +351,4 @@
 DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticTransformDef,MaxIterations,INT32,this->transformDefinition->maxIterations)
 DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticTransformDef,ConvergenceValue,double,this->transformDefinition->cnvrgValue)
 DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticTransformDef,ErrorValue,double,this->transformDefinition->errorValue)
-DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticTransformDef,Accuracy,double,this->transformDefinition->accuracy)
\ No newline at end of file
+DEFINE_GET_SET_NUMERIC(CCoordinateSystemGeodeticTransformDef,Accuracy,double,this->transformDefinition->accuracy)

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDef.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -104,4 +104,4 @@
 
 } //namespace CSLibrary
 
-#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMDEF_H_
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMDEF_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -218,4 +218,4 @@
 /*****************************************************************************************************/
 
 
-#include "CoordSysDictionaryBase.cpp"
\ No newline at end of file
+#include "CoordSysDictionaryBase.cpp"

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefDictionary.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -78,4 +78,4 @@
 
 } // namespace CSLibrary
 
-#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMDEFDICTIONARY_H_
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMDEFDICTIONARY_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -35,4 +35,3 @@
 {
     return this->isProtected;
 }
-

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformDefParams.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -37,4 +37,4 @@
 
 } //namespace CSLibrary
 
-#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMDEFPARAMS_H_
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMDEFPARAMS_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -55,4 +55,4 @@
     };
 }
 
-#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMGRIDFILE_H
\ No newline at end of file
+#endif //_CCOORDINATESYSTEMGEODETICTRANSFORMGRIDFILE_H

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGridGeneric.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGridGeneric.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGridGeneric.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -229,5 +229,3 @@
 {
     delete this;
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMacro.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMacro.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMacro.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -98,4 +98,4 @@
         target[index] = propertyValue;\
     }
 
-#endif //_MG_COORDSYSMACRO_H_
\ No newline at end of file
+#endif //_MG_COORDSYSMACRO_H_

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -1489,4 +1489,3 @@
     }
     return canDoPoles;
 }
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysProjectionInformation.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysProjectionInformation.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysProjectionInformation.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -573,5 +573,3 @@
 
     return str;
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysUnitInformation.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysUnitInformation.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysUnitInformation.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -312,5 +312,3 @@
     assert(0);
     return L"";
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -700,4 +700,3 @@
     throw new MgNotImplementedException(L"GetAvailableMemory", __LINE__, __WFILE__, NULL, L"", NULL);
 #endif
 }
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/CriticalSection.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CriticalSection.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/CriticalSection.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -134,4 +134,4 @@
     bool m_bEntered;
 };
 
-#endif
+#endif //CRITICALSECTION_H_

Modified: trunk/MgDev/Common/CoordinateSystem/MentorDictionary.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/MentorDictionary.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/MentorDictionary.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -191,5 +191,3 @@
 
     MG_CATCH_AND_THROW(kpMethodName)
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/MentorDictionary.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/MentorDictionary.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/MentorDictionary.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -359,5 +359,3 @@
 
 
 #endif //MG_MENTORDICTIONARY_H
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -1680,5 +1680,3 @@
 
     MG_THROW()
 }
-
-//End of file.

Modified: trunk/MgDev/Common/CoordinateSystem/MentorUtil.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/MentorUtil.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/MentorUtil.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -369,6 +369,3 @@
 //refer to the class MgCoordinateSystemProjectionParameterType for the values
 
 #endif //MG_MENTORUTIL_H
-
-//End of file.
-

Modified: trunk/MgDev/Common/CoordinateSystem/namestruct.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/namestruct.cpp	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/namestruct.cpp	2010-09-24 03:43:12 UTC (rev 5186)
@@ -120,4 +120,4 @@
 TNameStruct::Name() const
 {
     return this->name;
-}
\ No newline at end of file
+}

Modified: trunk/MgDev/Common/CoordinateSystem/namestruct.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/namestruct.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/CoordinateSystem/namestruct.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -129,6 +129,3 @@
 typedef std::list<CCategoryName> CCategoryNameList;
 
 #endif //MG_NAMESTRUCT_H
-
-
-//End of file.

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticPathElement.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticPathElement.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticPathElement.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -52,4 +52,4 @@
 
 /// \}
 
-#endif
+#endif //_MGCOORDINATESYSTEMGEODETICPATHELEMENT_H_

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h	2010-09-24 03:35:43 UTC (rev 5185)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h	2010-09-24 03:43:12 UTC (rev 5186)
@@ -41,4 +41,4 @@
 
 /// \}
 
-#endif //_MGCOORDINATESYSTEMGEODETICTRANSFORMGRIDFILEFORMAT_H_
\ No newline at end of file
+#endif //_MGCOORDINATESYSTEMGEODETICTRANSFORMGRIDFILEFORMAT_H_



More information about the mapguide-commits mailing list