mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 03:07:20 +02:00
Revert "Command: Removed obsolete method"
This reverts commit 796ec14c31
.
This commit is contained in:
parent
f6ecc08b51
commit
fb13483cec
2 changed files with 6 additions and 0 deletions
|
@ -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*>&);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue