Revert "Command: Removed obsolete method"
This reverts commit 796ec14c31.
This commit is contained in:
@@ -231,6 +231,11 @@ Command::Command ()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Command::~Command ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
std::string Command::keyword () const
|
std::string Command::keyword () const
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
Command ();
|
Command ();
|
||||||
|
virtual ~Command ();
|
||||||
|
|
||||||
static void factory (std::map <std::string, Command*>&);
|
static void factory (std::map <std::string, Command*>&);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user