| 53 | } |
| 54 | |
| 55 | void plugin::plugin_set_program_options( |
| 56 | boost::program_options::options_description& command_line_options, |
| 57 | boost::program_options::options_description& config_file_options |
| 58 | ) |
| 59 | { |
| 60 | // nothing to do |
| 61 | } |
| 62 | |
| 63 | } } // graphene::app |