Changes between Initial Version and Version 3 of Ticket #1368


Ignore:
Timestamp:
Sep 10, 2010, 1:55:13 PM (14 years ago)
Author:
brucedechant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1368

    • Property Owner set to brucedechant
    • Property Cc bruce.dechant@… removed
  • Ticket #1368 – Description

    initial v3  
    1 MapGuideCommon ( and others libraries) uses ACE without calling ACE:init.
    2 ACE:init() is called in MG server and web extension but as others libraries can be used independently it would be appropriate that ACE:init() is called in MapGuideCommon itself.
     1!MapGuideCommon ( and others libraries) use ACE without calling ACE::init.
     2ACE::init() is called in MG server and web extension but as other libraries can be used independently it would be appropriate that ACE::init() is called in !MapGuideCommon itself.
    33
    4 Shouldn't be a problem to implement this as ACE:init can be called multiple times.
     4Shouldn't be a problem to implement this as ACE::init can be called multiple times.
    55