Add methods from Rhapsody.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3220 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-11-16 19:36:51 +00:00
parent 0387bd532c
commit b9d90bf382
10 changed files with 116 additions and 3 deletions

View file

@ -246,6 +246,16 @@ _bundle_load_callback(Class theClass, Category *theCategory)
}
}
+ (NSArray *) allBundles
{
return [self notImplemented: _cmd];
}
+ (NSArray *) allFrameworks
{
return [self notImplemented: _cmd];
}
+ (NSBundle *)mainBundle
{
[load_lock lock];