mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4077 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
05f1223db3
commit
daff23bb8d
2 changed files with 5 additions and 1 deletions
|
@ -87,6 +87,10 @@ extern NSString* NSLoadedClasses;
|
|||
#ifndef NO_GNUSTEP
|
||||
@interface NSBundle (GNUstep)
|
||||
|
||||
+ (NSString*) _gnustep_target_cpu;
|
||||
+ (NSString*) _gnustep_target_dir;
|
||||
+ (NSString*) _gnustep_target_os;
|
||||
+ (NSString*) _library_combo;
|
||||
+ (NSString *) pathForGNUstepResource: (NSString *)name
|
||||
ofType: (NSString *)ext
|
||||
inDirectory: (NSString *)bundlePath;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSFileHandle.h>
|
||||
|
||||
@interface NSTask : NSObject
|
||||
@interface NSTask : NSObject <GCFinalization>
|
||||
{
|
||||
NSString *currentDirectoryPath;
|
||||
NSString *launchPath;
|
||||
|
|
Loading…
Reference in a new issue