Changes between Version 19 and Version 20 of MapGuideArchitecture


Ignore:
Timestamp:
Nov 23, 2012, 10:35:29 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideArchitecture

    v19 v20  
    283283 * const correctness (not supported and/or expressible in .net/Java/PHP)
    284284 * Pass-by-reference (not supported and/or expressible in PHP/Java). Where possible, C++ classes employ "boxing" to work around this (see [wiki:MapGuideRfc44] for an example
     285 * default parameters (not supported by Java). This is why methods like MgRenderingService::RenderMap have so many overloads.
    285286
    286287==== Build process ====
     
    345346TBD
    346347
     348=== Fusion ===
     349
     350TBD
     351
    347352== Configuration Settings ==
    348353