Add plugin description function
This commit is contained in:
parent
3198c37dbe
commit
bf3cc4b658
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ std::string plugin::plugin_name()const
|
|||
return "<unknown plugin>";
|
||||
}
|
||||
|
||||
std::string plugin::plugin_description()const
|
||||
{
|
||||
return "<no description>";
|
||||
}
|
||||
|
||||
void plugin::plugin_initialize( const boost::program_options::variables_map& options )
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue