diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 16:00:38 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 16:00:38 +0200 |
commit | b0f2bade7a34aaff6573c81d9875d321dd889370 (patch) | |
tree | 1230f87201b707a8822505ba3688c233b3c04a19 /src/ConfigParser.h | |
parent | b7ad6113a9f7373d1446c553daa24a8e0a0b3dad (diff) | |
download | dabmux-b0f2bade7a34aaff6573c81d9875d321dd889370.tar.gz dabmux-b0f2bade7a34aaff6573c81d9875d321dd889370.tar.bz2 dabmux-b0f2bade7a34aaff6573c81d9875d321dd889370.zip |
Rework remotecontrol
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 217572f..1297b90 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -39,14 +39,12 @@ #include <memory> void parse_ptree(boost::property_tree::ptree& pt, - std::shared_ptr<dabEnsemble> ensemble, - std::shared_ptr<BaseRemoteController> rc); + std::shared_ptr<dabEnsemble> ensemble); void setup_subchannel_from_ptree(DabSubchannel* subchan, boost::property_tree::ptree &pt, std::shared_ptr<dabEnsemble> ensemble, - std::string subchanuid, - std::shared_ptr<BaseRemoteController> rc); + std::string subchanuid); #endif |