mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add additional test for running device with plugins without DeviceRunner
This commit is contained in:
committed by
Dennis Klein
parent
4281d7b27e
commit
5271d4236e
@@ -144,9 +144,9 @@ class ProgOptions
|
||||
fEvents.Unsubscribe<fair::mq::PropertyChangeAsString, std::string>(subscriber);
|
||||
}
|
||||
|
||||
void PrintHelp();
|
||||
void PrintOptions();
|
||||
void PrintOptionsRaw();
|
||||
void PrintHelp() const;
|
||||
void PrintOptions() const;
|
||||
void PrintOptionsRaw() const;
|
||||
|
||||
const boost::program_options::variables_map& GetVarMap() const { return fVarMap; }
|
||||
|
||||
|
Reference in New Issue
Block a user