Changes between Version 5 and Version 6 of MapGuideRfc105


Ignore:
Timestamp:
Jul 21, 2010, 2:43:26 PM (14 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc105

    v5 v6  
    5959== Proposed Solution ==
    6060
    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.
     61Create a NEW !GetCapabilities() API that takes an additional connection string parameter.
    6262
    6363Existing API:
     
    7070    MgByteReader* GetCapabilities(CREFSTRING providerName, CREFSTRING connectionString);
    7171}}}
     72
     73Note: This NEW API will behave exactly the same as the old API if it is given an empty string as the connection string parameter.
    7274
    7375== Implications ==