[mapguide-commits] r4373 - in trunk/MgDev: Common/MapGuideCommon/Services Server/src/Services/Resource

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Dec 3 18:47:40 EST 2009


Author: brucedechant
Date: 2009-12-03 18:47:38 -0500 (Thu, 03 Dec 2009)
New Revision: 4373

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp
Log:
Update API version to match the product release for when the API is introduced.

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp	2009-12-03 23:28:08 UTC (rev 4372)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp	2009-12-03 23:47:38 UTC (rev 4373)
@@ -617,7 +617,7 @@
         MgResourceService::opIdGetResourceContents,     // Command Code
         2,                                              // Count of arguments
         Resource_Service,                               // Service Id
-        BUILD_VERSION(1,0,0),                           // Operation version
+        BUILD_VERSION(2,2,0),                           // Operation version
         MgCommand::knObject, resources,                 // Argument#1
         MgCommand::knObject, preProcessTags,            // Argument#2
         MgCommand::knNone);                             // End of argument

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp	2009-12-03 23:28:08 UTC (rev 4372)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp	2009-12-03 23:47:38 UTC (rev 4373)
@@ -283,7 +283,7 @@
     case MgResourceService::opIdGetResourceContents:
         switch (VERSION_NO_PHASE(operationVersion))
         {
-        case VERSION_SUPPORTED(1,0):
+        case VERSION_SUPPORTED(2,2):
             handler.reset(new MgOpGetResourceContents());
             break;
         default:



More information about the mapguide-commits mailing list