Add deprecation support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21209 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-05-10 05:06:08 +00:00
parent 8fab4480c1
commit d84f71bda4
6 changed files with 122 additions and 95 deletions

View file

@ -26,6 +26,7 @@
@interface AGSHtml : NSObject
{
NSString *project;
AGSIndex *localRefs;
AGSIndex *globalRefs;
AGSIndex *projectRefs;