Changes between Version 1 and Version 2 of MapGuideRfc182
- Timestamp:
- 08/04/20 06:55:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc182
v1 v2 59 59 The `MgUnitializeLibrary` API will call `ACE::fini()` to make sure the ACE library is properly torn down. Calling this API from .net is optional and is provided for completeness. 60 60 61 These APIs will be exposed to .net as: 62 63 * `static void OSGeo.MapGuide.FoundationApi.MgInitializeLibrary(string stringResourcesPath, string locale)` 64 * `static void OSGeo.MapGuide.FoundationApi.MgUnitializeLibrary()` 65 61 66 == Implications == 62 67