mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
0387bd532c
commit
b9d90bf382
10 changed files with 116 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue