* Lookup with file-based indirection. Allows multiple mdsinfo file to share
* commmon info from a separate plist file.
*/
- const CFPropertyListRef lookupWithIndirect(
+ CFPropertyListRef lookupWithIndirect(
const char *key,
CFBundleRef bundle,
- CFTypeID desiredType,
- bool &fetchedFromDisk); // true --> caller must CFRelease the returned
- // value
- // false -> it's part of this dictionary
-
+ CFTypeID desiredType);
void setDefaults(const MDS_InstallDefaults *defaults);
private: