git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4077 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-04-14 10:36:04 +00:00
parent 05f1223db3
commit daff23bb8d
2 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -31,7 +31,7 @@
#include <Foundation/NSDictionary.h>
#include <Foundation/NSFileHandle.h>
@interface NSTask : NSObject
@interface NSTask : NSObject <GCFinalization>
{
NSString *currentDirectoryPath;
NSString *launchPath;