From 146db09ea49df165dbbfcd430f1cadd4bb480707 Mon Sep 17 00:00:00 2001 From: Bryce Kerley Date: Mon, 17 Nov 2008 14:49:24 -0500 Subject: [PATCH] make taskForCommand public so other classes can use it --- PBEasyPipe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/PBEasyPipe.h b/PBEasyPipe.h index 8b15646..03b80b9 100644 --- a/PBEasyPipe.h +++ b/PBEasyPipe.h @@ -12,6 +12,7 @@ @interface PBEasyPipe : NSObject { } ++ (NSTask *) taskForCommand:(NSString *)cmd withArgs:(NSArray *)args inDir:(NSString *)dir; + (NSFileHandle*) handleForCommand: (NSString*) cmd withArgs: (NSArray*) args; + (NSFileHandle*) handleForCommand: (NSString*) cmd withArgs: (NSArray*) args inDir: (NSString*) dir;