- Timestamp:
- 04/19/09 17:42:09 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/CoreData/SapphireFrappliance/FRAppliance/SapphireApplianceController.h
r800 r820 146 146 * 147 147 * @param storeFile The file path of the store (must be SQLite), nil for default path 148 * @param storeOptions The dictionary of options for the store149 148 * @return The managed object context, nil if failure 150 149 */ 151 + (NSManagedObjectContext *)newManagedObjectContextForFile:(NSString *)storeFile options:(NSDictionary *)storeOptions;150 + (NSManagedObjectContext *)newManagedObjectContextForFile:(NSString *)storeFile; 152 151 153 152 /*!
