ENH: Initial framework for deprecated commands

This commit is contained in:
Andy Cedilnik 2003-07-21 14:42:54 -04:00
parent 187a58430b
commit 4d311988b9
1 changed files with 8 additions and 0 deletions

View File

@ -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.
*/