MeVisLabToolboxReference
MeVis/Foundation/Sources/OSXSupport/CocoaCategories/NSTask+MLAdditions.h
Go to the documentation of this file.
00001 // **InsertLicense** code author="Felix Ritter" version="1.0"
00002 
00006 
00007 #ifndef __NSTask_plus_MLAdditions_H
00008 #define __NSTask_plus_MLAdditions_H
00009 #if defined(__APPLE__)
00010 
00011 #import <Foundation/Foundation.h>
00012 
00013 @interface NSTask (MLAdditions)
00014 
00015 + (NSTask *) executedTaskWithLaunchPath:(NSString *)path arguments:(NSArray *)arguments standardOutput:(NSString **)output;
00016 
00017 @end
00018 
00019 #endif  // __APPLE__
00020 #endif  // __NSTask_plus_MLAdditions_H