New access methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-11-13 16:00:12 +00:00
parent c1342fe704
commit 6a7f6b4be2
4 changed files with 18 additions and 1 deletions

View file

@ -190,6 +190,16 @@ BOOL _fileOwnerDecoded = NO;
return self;
}
- (NSArray *) objects
{
return objects;
}
- (NSArray *) connections
{
return connections;
}
@end /* GMModel */