/[gnustep]/gnustep/usr-apps/gworkspace/GWorkspace/FileOperations/FileOperation.h
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/GWorkspace/FileOperations/FileOperation.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by esersale, Mon Aug 25 17:19:14 2003 UTC revision 1.3 by esersale, Sat Oct 4 14:45:18 2003 UTC
# Line 45  Line 45 
45    
46  - (int)showErrorAlertWithMessage:(NSString *)message;  - (int)showErrorAlertWithMessage:(NSString *)message;
47    
48    - (void)setNumFiles:(int)n;
49    
50  - (void)updateProgressIndicator;  - (void)updateProgressIndicator;
51    
52  - (int)sendDidChangeNotification;  - (int)sendDidChangeNotification;
# Line 63  Line 65 
65    
66  - (BOOL)checkSameName;  - (BOOL)checkSameName;
67    
68  - (int)calculateNumFiles;  - (oneway void)calculateNumFiles;
69    
70  - (oneway void)performOperation;  - (oneway void)performOperation;
71    
72    - (NSString *)processedFiles;
73    
74  - (void)Pause;  - (void)Pause;
75    
76  - (void)Stop;  - (void)Stop;
# Line 142  Line 146 
146          NSString *source;          NSString *source;
147          NSString *destination;          NSString *destination;
148          NSMutableArray *files;          NSMutableArray *files;
149            NSMutableArray *procfiles;
150          NSString *filename;          NSString *filename;
151          int fcount;          int fcount;
152          BOOL stopped;          BOOL stopped;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26