Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 2, 2016, 3:15:04 PM (9 years ago)
Author:
landauf
Message:

moved code for loading/unloading a plugin into separate functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/module/Plugin.h

    r10552 r11014  
    4040            ~Plugin();
    4141
     42            void reference();
     43            void dereference();
     44
     45        private:
    4246            void load();
    4347            void unload();
    4448
    45         private:
    4649            std::string name_;
    4750            std::string libraryName_;
Note: See TracChangeset for help on using the changeset viewer.