commit | 05dd4441b0d5b8bf0de02156692924da768c16d1 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 06 22:50:07 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 06 22:50:07 2017 +0000 |
tree | e56e560d398782a76ae2dcb339c490ffa0e81e6b | |
parent | 1fbdb54f857d39f1f3a1c6f24db63bb6afb27e73 [diff] [blame] |
tools: nfdc face destroy command refs #3864 Change-Id: I1d070570c14364529c566273eba44b87413942b1
diff --git a/tools/nfdc/face-module.hpp b/tools/nfdc/face-module.hpp index 1bbc31b..3f70d48 100644 --- a/tools/nfdc/face-module.hpp +++ b/tools/nfdc/face-module.hpp
@@ -56,6 +56,11 @@ static void create(ExecuteContext& ctx); + /** \brief the 'face destroy' command + */ + static void + destroy(ExecuteContext& ctx); + void fetchStatus(Controller& controller, const function<void()>& onSuccess,