diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-21 18:44:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-21 18:44:25 (GMT) |
commit | 0152cc3a35393f4aa0cd285bef92425bd85b3fa5 (patch) | |
tree | 15c63139de1a5634f6dc11d3d8495513a325790a /Source/cmSourceFilesCommand.h | |
parent | 18c6f9e0c51cd66ba5abfe9f572184a18c17c2f3 (diff) | |
download | CMake-0152cc3a35393f4aa0cd285bef92425bd85b3fa5.zip CMake-0152cc3a35393f4aa0cd285bef92425bd85b3fa5.tar.gz CMake-0152cc3a35393f4aa0cd285bef92425bd85b3fa5.tar.bz2 |
ENH: Use new deprecation mechanism
Diffstat (limited to 'Source/cmSourceFilesCommand.h')
-rw-r--r-- | Source/cmSourceFilesCommand.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmSourceFilesCommand.h b/Source/cmSourceFilesCommand.h index 6d5c3fd..c2fd6f3 100644 --- a/Source/cmSourceFilesCommand.h +++ b/Source/cmSourceFilesCommand.h @@ -69,7 +69,12 @@ public: { return "Deprecated. Use SET to list sources in a variable."; } - + + /** + * This determines if the method is deprecated or not + */ + virtual bool IsDeprecated(int major, int minor); + /** * More documentation. */ |