Changes between Version 5 and Version 6 of MapGuideRfc105
- Timestamp:
- 07/21/10 14:43:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc105
v5 v6 59 59 == Proposed Solution == 60 60 61 * Create a NEW !GetCapabilites() API that takes an additional connection string parameter. This NEW parameter will cause the API to behave exactly as before if it is an empty string.61 Create a NEW !GetCapabilities() API that takes an additional connection string parameter. 62 62 63 63 Existing API: … … 70 70 MgByteReader* GetCapabilities(CREFSTRING providerName, CREFSTRING connectionString); 71 71 }}} 72 73 Note: This NEW API will behave exactly the same as the old API if it is given an empty string as the connection string parameter. 72 74 73 75 == Implications ==