[mapguide-commits] r1215 - trunk/MgDev/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 13 18:07:08 EDT 2007


Author: brucedechant
Date: 2007-03-13 18:07:08 -0400 (Tue, 13 Mar 2007)
New Revision: 1215

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp
Log:
The prior submission for the updated version handling missed some operations.


Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp	2007-03-13 21:38:06 UTC (rev 1214)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp	2007-03-13 22:07:08 UTC (rev 1215)
@@ -88,7 +88,7 @@
                         MgMappingServiceOpId::GenerateMap,
                         4,
                         Mapping_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject,    map,
                         MgCommand::knString,    &sessionId,
                         MgCommand::knString,    &mapAgentUri,
@@ -112,7 +112,7 @@
                         MgMappingServiceOpId::GenerateMapUpdate,
                         3,
                         Mapping_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject,    map,
                         MgCommand::knInt32,     seqNo,
                         MgCommand::knObject,    dwfVersion,
@@ -151,7 +151,7 @@
         MgMappingServiceOpId::GeneratePlot,
         4,
         Mapping_Service,
-        1,
+        BUILD_VERSION(1,0,0),
         MgCommand::knObject,    map,
         MgCommand::knObject,    plotSpec,
         MgCommand::knObject,    layout,
@@ -184,7 +184,7 @@
         MgMappingServiceOpId::GeneratePlot2,
         7,
         Mapping_Service,
-        1,
+        BUILD_VERSION(1,0,0),
         MgCommand::knObject,    map,
         MgCommand::knDouble,    center->GetX(),
         MgCommand::knDouble,    center->GetY(),
@@ -222,7 +222,7 @@
         MgMappingServiceOpId::GeneratePlot3,
         6,
         Mapping_Service,
-        1,
+        BUILD_VERSION(1,0,0),
         MgCommand::knObject,    map,
         MgCommand::knObject,    extents,
         MgCommand::knInt8,      (INT8)expandToFit,
@@ -250,7 +250,7 @@
         MgMappingServiceOpId::GenerateMultiPlot,
         2,
         Mapping_Service,
-        1,
+        BUILD_VERSION(1,0,0),
         MgCommand::knObject,    mapPlots,
         MgCommand::knObject,    dwfVersion,
         MgCommand::knNone);
@@ -279,7 +279,7 @@
         MgMappingServiceOpId::GenerateLegendPlot,
         4,
         Mapping_Service,
-        1,
+        BUILD_VERSION(1,0,0),
         MgCommand::knObject,    map,
         MgCommand::knDouble,    scale,
         MgCommand::knObject,    plotSpec,
@@ -309,7 +309,7 @@
                         MgMappingServiceOpId::QueryFeatures,
                         3,
                         Mapping_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject,    map,
                         MgCommand::knString,    &layerName,
                         MgCommand::knString,    &coordinateSpace,
@@ -332,7 +332,7 @@
                         MgMappingServiceOpId::QueryFeatures2,
                         6,
                         Mapping_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject,    map,
                         MgCommand::knObject,    layerNames,
                         MgCommand::knInt32,     x,
@@ -362,7 +362,7 @@
                         MgMappingServiceOpId::GenerateLegendImage,
                         7,
                         Mapping_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject,    resource,
                         MgCommand::knDouble,    scale,
                         MgCommand::knInt32,     width,

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp	2007-03-13 21:38:06 UTC (rev 1214)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp	2007-03-13 22:07:08 UTC (rev 1215)
@@ -92,7 +92,7 @@
                         MgResourceService::opIdEnumerateRepositories,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knString, &repositoryType,
                         MgCommand::knNone);
 
@@ -136,7 +136,7 @@
                         MgResourceService::opIdCreateRepository,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knObject, content,
                         MgCommand::knObject, header,
@@ -174,7 +174,7 @@
                         MgResourceService::opIdDeleteRepository,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 }
@@ -219,7 +219,7 @@
                         MgResourceService::opIdUpdateRepository,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knObject, content,
                         MgCommand::knObject, header,
@@ -245,7 +245,7 @@
                         MgResourceService::opIdEnumerateResources,
                         6,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knInt32, depth,
                         MgCommand::knString, &type,
@@ -296,7 +296,7 @@
                         MgResourceService::opIdSetResource,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knObject, content,
                         MgCommand::knObject, header,
@@ -320,7 +320,7 @@
         MgResourceService::opIdApplyResourcePackage,        // Command Code
         1,                                                  // Number of arguments
         Resource_Service,                                   // Service ID
-        1,                                                  // Operation version
+        BUILD_VERSION(1,0,0),                               // Operation version
         MgCommand::knObject, resourcePackage,               // Argument #1
         MgCommand::knNone);
 
@@ -345,7 +345,7 @@
                         MgResourceService::opIdDeleteResource,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -393,7 +393,7 @@
                         MgResourceService::opIdMoveResource,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, sourceResource,
                         MgCommand::knObject, destResource,
                         MgCommand::knInt8, (int)overwrite,
@@ -439,7 +439,7 @@
                         MgResourceService::opIdCopyResource,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, sourceResource,
                         MgCommand::knObject, destResource,
                         MgCommand::knInt8, (int)overwrite,
@@ -482,7 +482,7 @@
                         MgResourceService::opIdGetResourceContent,
                         2,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knString, &preProcessTags,
                         MgCommand::knNone);
@@ -560,7 +560,7 @@
                         MgResourceService::opIdChangeResourceOwner,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knString, &owner,
                         MgCommand::knInt8, (int)includeDescendants,
@@ -602,7 +602,7 @@
                         MgResourceService::opIdInheritPermissionsFrom,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -632,7 +632,7 @@
                         MgResourceService::opIdGetResourceHeader,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -678,7 +678,7 @@
                        MgResourceService::opIdSetResourceData,
                        4,
                        Resource_Service,
-                       1,
+                       BUILD_VERSION(1,0,0),
                        MgCommand::knObject, resource,
                        MgCommand::knString, &dataName,
                        MgCommand::knString, &dataType,
@@ -712,7 +712,7 @@
                         MgResourceService::opIdDeleteResourceData,
                         2,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knString, &dataName,
                         MgCommand::knNone);
@@ -757,7 +757,7 @@
                        MgResourceService::opIdRenameResourceData,
                        4,
                        Resource_Service,
-                       1,
+                       BUILD_VERSION(1,0,0),
                        MgCommand::knObject, resource,
                        MgCommand::knString, &oldDataName,
                        MgCommand::knString, &newDataName,
@@ -807,7 +807,7 @@
                         MgResourceService::opIdGetResourceData,
                         3,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knString, &dataName,
                         MgCommand::knString, &preProcessTags,
@@ -870,7 +870,7 @@
                         MgResourceService::opIdEnumerateResourceData,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -902,7 +902,7 @@
                         MgResourceService::opIdGetRepositoryContent,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -934,7 +934,7 @@
                         MgResourceService::opIdGetRepositoryHeader,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -962,7 +962,7 @@
                        MgResourceService::opIdEnumerateReferences,
                        1,
                        Resource_Service,
-                       1,
+                       BUILD_VERSION(1,0,0),
                        MgCommand::knObject, resource,
                        MgCommand::knNone);
 
@@ -992,7 +992,7 @@
                         MgResourceService::opIdGetResourceModifiedDate,
                         1,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knObject, resource,
                         MgCommand::knNone);
 
@@ -1021,7 +1021,7 @@
         MgResourceService::opIdEnumerateParentMapDefinitions, // Command code
         1,                                                  // Number of arguments
         Resource_Service,                                   // Service ID
-        1,                                                  // Operation version
+        BUILD_VERSION(1,0,0),                               // Operation version
         MgCommand::knObject, resources,                     // Argument #1
         MgCommand::knNone);
 
@@ -1071,7 +1071,7 @@
                         MgResourceService::opIdEnumerateUnmanagedData,
                         4,
                         Resource_Service,
-                        1,
+                        BUILD_VERSION(1,0,0),
                         MgCommand::knString, &path,
                         MgCommand::knInt8, (int)recursive,
                         MgCommand::knString, &type,



More information about the mapguide-commits mailing list