diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-03-29 23:54:45 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-03-29 23:54:45 +0200 |
commit | 1ba3839377e99d2020c33757964de3a49cafab15 (patch) | |
tree | e1aa50b320070dd57a701b0b07ffdbe3b169a2c5 /src/Dalos-cli.cc |
Initial Skeleton for Dalos-cli.
Diffstat (limited to 'src/Dalos-cli.cc')
-rw-r--r-- | src/Dalos-cli.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Dalos-cli.cc b/src/Dalos-cli.cc new file mode 100644 index 0000000..490f812 --- /dev/null +++ b/src/Dalos-cli.cc @@ -0,0 +1,7 @@ +#include <Main.h> + +using namespace Balau; + +void MainTask::Do() { + Printer::log(M_STATUS, "Dalos-cli starting"); +} |