commit | 1d7fef581023bf4da193c9349d322d6f4d80a005 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Feb 02 05:33:14 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Feb 02 05:33:14 2017 +0000 |
tree | 32a7df4611db137ef9964a963d97a21f337d21a9 | |
parent | f0dfb33292733100b595158ccda388f9606ab7f3 [diff] [blame] |
tools: nfdc face create command refs #3864 Change-Id: Icca589eceae0b78f68cda61e761dd4721ce54f9c
diff --git a/tools/nfdc/face-module.hpp b/tools/nfdc/face-module.hpp index 92c29b4..1bbc31b 100644 --- a/tools/nfdc/face-module.hpp +++ b/tools/nfdc/face-module.hpp
@@ -51,6 +51,11 @@ static void show(ExecuteContext& ctx); + /** \brief the 'face create' command + */ + static void + create(ExecuteContext& ctx); + void fetchStatus(Controller& controller, const function<void()>& onSuccess,