Minor adjustments to plugin code/docs.

Mostly whitespace/typos.
Moved some Plugin methods out from public access.
This commit is contained in:
Jon Siwek 2014-07-30 16:26:11 -05:00
parent 3ee64ff2ce
commit 69b1ba653d
13 changed files with 138 additions and 73 deletions

View file

@ -144,7 +144,7 @@ bool Manager::ActivateDynamicPluginInternal(const std::string& name, bool ok_if_
reporter->Error("plugin %s is not available", name.c_str());
return false;
}
}
if ( m->second == "" )
// Already activated.