tool/CommandConfig.h
changeset 1966 23c638a81fe7
parent 1826 ec6223c3b7ec
child 1968 4f682084c643
equal deleted inserted replaced
1965:c6e6ec6ba5d8 1966:23c638a81fe7
    32 
    32 
    33 #include <list>
    33 #include <list>
    34 using namespace std;
    34 using namespace std;
    35 
    35 
    36 #include "Command.h"
    36 #include "Command.h"
       
    37 #include "SoeCommand.h"
    37 
    38 
    38 /****************************************************************************/
    39 /****************************************************************************/
    39 
    40 
    40 class CommandConfig:
    41 class CommandConfig:
    41     public Command
    42     public Command,
       
    43     public SoeCommand
    42 {
    44 {
    43     public:
    45     public:
    44         CommandConfig();
    46         CommandConfig();
    45 
    47 
    46         string helpString() const;
    48         string helpString() const;