1 #ifndef _ots_MakeControls_h_
2 #define _ots_MakeControls_h_
9 class ControlsVInterface;
10 class ConfigurationTree;
12 ControlsVInterface* makeControls(
13 const std::string& controlsPluginName
14 ,
const std::string& controlsUID
15 ,
const ConfigurationTree& configurationTree
16 ,
const std::string& pathToControlsConfiguration);