Changes between Version 19 and Version 20 of MapGuideArchitecture
- Timestamp:
- 11/23/12 10:35:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideArchitecture
v19 v20 283 283 * const correctness (not supported and/or expressible in .net/Java/PHP) 284 284 * 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. 285 286 286 287 ==== Build process ==== … … 345 346 TBD 346 347 348 === Fusion === 349 350 TBD 351 347 352 == Configuration Settings == 348 353