Show
Ignore:
Timestamp:
04/19/09 17:42:09 (3 years ago)
Author:
gbooker
Message:

Use a separate thread for rescanning a directory and send changes back to main thread. Tricky, but it works.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/FRAppliance/SapphireApplianceController.h

    r800 r820  
    146146 * 
    147147 * @param storeFile The file path of the store (must be SQLite), nil for default path 
    148  * @param storeOptions The dictionary of options for the store 
    149148 * @return The managed object context, nil if failure 
    150149 */ 
    151 + (NSManagedObjectContext *)newManagedObjectContextForFile:(NSString *)storeFile options:(NSDictionary *)storeOptions; 
     150+ (NSManagedObjectContext *)newManagedObjectContextForFile:(NSString *)storeFile; 
    152151 
    153152/*!