get some command wrapper stuff working

This commit is contained in:
optixx
2009-09-07 08:19:38 +02:00
parent 9be841521f
commit 90d4a0d019
20 changed files with 735 additions and 942 deletions

View File

@@ -10,11 +10,9 @@
@interface CommandWrapper : NSObject {
IBOutlet NSTextField *textField;
}
- (void)doCommand;
- (void)doPipedCommand;
- (NSString *)doPipedCommand;
- (void)doThreadedCommand;
@end