2 * Copyright 2012, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef CLI_THREAD_COMMAND_H
6 #define CLI_THREAD_COMMAND_H
9 #include "CliCommand.h"
12 class CliThreadCommand
: public CliCommand
{
15 virtual void Execute(int argc
, const char* const* argv
,
20 #endif // CLI_THREAD_COMMAND_H