All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ProfileEnableCommand.h
1 // Copyright (c) 2014 Eegeo Ltd. All rights reserved.
2 
3 #pragma once
4 
5 #include "Command.h"
6 #include "Profile.h"
7 
8 namespace Eegeo
9 {
10  namespace Debug
11  {
12  namespace Commands
13  {
14  namespace Profile
15  {
17  {
18  public:
20  bool TryExecute(
21  const std::vector<std::string>& arguments,
22  const ICommandTerminalOutput& commandTerminal) const;
23  private:
25  };
26  }
27  }
28  }
29 }