ENH: Initial framework for deprecated commands
This commit is contained in:
parent
187a58430b
commit
4d311988b9
|
@ -91,6 +91,14 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* This determines if the method is deprecated or not.
|
||||
*/
|
||||
virtual bool IsDeprecated(int /*major*/, int /*minor*/)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue