Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 10:43:12 AM (9 years ago)
Author:
landauf
Message:

unload modules, unload and destroy all statically initialized instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/DynLib.cc

    r10523 r10527  
    6868    {
    6969        // Log library load
    70         orxout(internal_info) << "Loading module " << mName << endl;
     70        orxout(internal_info) << "load DynLib " << mName << endl;
    7171
    7272        std::string name = mName;
     
    101101    {
    102102        // Log library unload
    103         orxout(internal_info) << "Unloading module " << mName << endl;
     103        orxout(internal_info) << "unload DynLib " << mName << endl;
    104104
    105105        if (DYNLIB_UNLOAD( m_hInst ))
Note: See TracChangeset for help on using the changeset viewer.