commit | 2c2b889ea228dfdce546741b5eaa27406c0b33ad | [log] [tgz] |
---|---|---|
author | Steve DiBenedetto <dibenede@cs.colostate.edu> | Thu Feb 27 11:46:48 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 11 17:08:31 2014 -0700 |
tree | 6ce93b77ab781cdd846dbd6f96db003c9658f525 | |
parent | cb4fc83bff266a5334e8165a7e0e2798c8c4a550 [diff] [blame] |
mgmt, main: add support for authorized commands refs: #1227 Change-Id: I907d1fa6e78775470c5376fcdfe898be4c311001
diff --git a/daemon/mgmt/strategy-choice-manager.hpp b/daemon/mgmt/strategy-choice-manager.hpp index 34046ac..6313fbb 100644 --- a/daemon/mgmt/strategy-choice-manager.hpp +++ b/daemon/mgmt/strategy-choice-manager.hpp
@@ -21,7 +21,7 @@ { public: StrategyChoiceManager(StrategyChoice& strategyChoice, - shared_ptr<AppFace> face); + shared_ptr<InternalFace> face); virtual ~StrategyChoiceManager();