ENH: add first cut and policies still need to add the doc support

This commit is contained in:
Ken Martin
2008-03-01 15:20:35 -05:00
parent 32ca01bef0
commit d49ef18f8a
11 changed files with 194 additions and 58 deletions

View File

@@ -96,14 +96,6 @@ public:
return false;
}
/**
* This determines if the method is deprecated or not.
*/
virtual bool IsDeprecated(int /*major*/, int /*minor*/)
{
return false;
}
/**
* This determines if usage of the method is discouraged or not.
* This is currently only used for generating the documentation.