Skip to content

Commit

Permalink
Add file mistakenly missed in previous commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Dec 17, 2012
1 parent a4df762 commit 1d0383b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/apps/debugger/user_interface/cli/CliVariablesCommand.h
@@ -0,0 +1,20 @@
/*
* Copyright 2012, Rene Gollent, rene@gollent.com.
* Distributed under the terms of the MIT License.
*/
#ifndef CLI_VARIABLES_COMMAND_H
#define CLI_VARIABLES_COMMAND_H


#include "CliCommand.h"


class CliVariablesCommand : public CliCommand {
public:
CliVariablesCommand();
virtual void Execute(int argc, const char* const* argv,
CliContext& context);
};


#endif // CLI_VARIABLES_COMMAND_H

0 comments on commit 1d0383b

Please sign in to comment.