Inheritance diagram for nrEngine::EmptyPlugin:
Public Member Functions | |
EmptyPlugin () | |
Constructor does not call anything. | |
~EmptyPlugin () | |
Release used memory. | |
Result | unloadResource () |
Unload the empty resource. | |
Result | reloadResource () |
Reload the empty resource. | |
void * | getSymbol (const std::string &name) const |
Return always NULL. |
This class represents an empty plugin object. This corresponds to our empty resource interface, needed to work for resource managment. Empty plugin does not do anything.
Definition at line 231 of file Plugin.h.