changeset 35 | 5cab3034d3a1 |
parent 20 | 5a71993a1a70 |
1.1 --- a/MYDirectoryWatcher.h Sat Mar 28 09:36:46 2009 -0700 1.2 +++ b/MYDirectoryWatcher.h Wed Sep 02 08:41:25 2009 -0700 1.3 @@ -11,7 +11,7 @@ 1.4 /* A wrapper for FSEvents, which notifies its delegate when filesystem changes occur. */ 1.5 @interface MYDirectoryWatcher : NSObject 1.6 { 1.7 - NSString *_path; 1.8 + NSString *_path, *_standardizedPath; 1.9 id _target; 1.10 SEL _action; 1.11 UInt64 _lastEventID;