Base class for a deprecated command which will translate old syntax into the new command that replaces it. More...
#include <command.h>
Public Member Functions | |
DeprecatedCommand (string name) | |
virtual std::pair< string, string > | replace (ParamList &pl) const =0 |
Public Attributes | |
string | name |
Base class for a deprecated command which will translate old syntax into the new command that replaces it.