[mapguide-commits] r7462 - sandbox/jng/extra_stylization_funcs/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Apr 23 17:47:56 PDT 2013


Author: jng
Date: 2013-04-23 17:47:55 -0700 (Tue, 23 Apr 2013)
New Revision: 7462

Modified:
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.cpp
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.h
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.cpp
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.h
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.cpp
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.h
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.cpp
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.h
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.cpp
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.h
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.cpp
   sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.h
Log:
Cleanup commentary on ExpressionFunctionHtmlColor and update year on new files to 2013

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.cpp
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.cpp	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.cpp	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.h
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.h	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionFeatureSource.h	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.cpp
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.cpp	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.cpp	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser
@@ -73,7 +73,7 @@
 
 FdoLiteralValue* ExpressionFunctionHtmlColor::Evaluate(FdoLiteralValueCollection* literalValues)
 {
-    // make sure we have four arguments
+    // make sure we have three arguments
     if (literalValues->GetCount() != 3)
     {
         MgResources* resources = MgResources::GetInstance();

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.h
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.h	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionHtmlColor.h	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.cpp
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.cpp	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.cpp	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.h
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.h	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionLayerDefinition.h	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.cpp
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.cpp	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.cpp	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.h
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.h	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterX.h	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.cpp
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.cpp	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.cpp	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.h
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.h	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapCenterY.h	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.cpp
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.cpp	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.cpp	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.h
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.h	2013-04-24 00:41:20 UTC (rev 7461)
+++ sandbox/jng/extra_stylization_funcs/Common/Stylization/ExpressionFunctionMapScale.h	2013-04-24 00:47:55 UTC (rev 7462)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2011 by Autodesk, Inc.
+//  Copyright (C) 2007-2013 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser



More information about the mapguide-commits mailing list