tool/CommandSoeRead.h
changeset 1868 489ea0becd74
parent 1835 20748e9d2238
child 1966 23c638a81fe7
equal deleted inserted replaced
1867:fec951a0a654 1868:489ea0becd74
    28  ****************************************************************************/
    28  ****************************************************************************/
    29 
    29 
    30 #ifndef __COMMANDSOEREAD_H__
    30 #ifndef __COMMANDSOEREAD_H__
    31 #define __COMMANDSOEREAD_H__
    31 #define __COMMANDSOEREAD_H__
    32 
    32 
    33 #include "Command.h"
    33 #include "SoeCommand.h"
    34 #include "DataTypeHandler.h"
       
    35 
    34 
    36 /****************************************************************************/
    35 /****************************************************************************/
    37 
    36 
    38 class CommandSoeRead:
    37 class CommandSoeRead:
    39     public Command,
    38     public SoeCommand
    40     public DataTypeHandler
       
    41 {
    39 {
    42     public:
    40     public:
    43         CommandSoeRead();
    41         CommandSoeRead();
    44 
    42 
    45         string helpString() const;
    43         string helpString() const;