GormProxyObject now returns the Not Applicable inspector as well.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-11-24 06:56:05 +00:00
parent 4c8c1237dd
commit 5a2ca5c1a5
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: -[GormObjectProxy classInspectorClassName]
added code to return @"GormNotApplicableInspector".
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
* GormFilesOwner.m: -[GormFilesOwner classInspectorClassName]

5
Gorm.m
View file

@ -141,6 +141,11 @@ NSString *GormLinkPboardType = @"GormLinkPboardType";
return nil;
}
}
- (NSString*) classInspectorClassName
{
return @"GormNotApplicableInspector";
}
@end
// add methods to all of the template objects for use