@@ -72,11 +72,11 @@ # include # include # include #endif -@interface OFFileManager_default: OFFileManager +@interface OFDefaultFileManager: OFFileManager @end const of_file_attribute_key_t of_file_attribute_key_size = @"of_file_attribute_key_size"; const of_file_attribute_key_t of_file_attribute_key_type = @@ -175,11 +175,11 @@ * On some systems, this is needed to initialize the file system driver. */ [OFFile class]; #endif - defaultManager = [[OFFileManager_default alloc] init]; + defaultManager = [[OFDefaultFileManager alloc] init]; } + (OFFileManager *)defaultManager { return defaultManager; @@ -892,11 +892,11 @@ objc_autoreleasePoolPop(pool); } #endif @end -@implementation OFFileManager_default +@implementation OFDefaultFileManager - (instancetype)autorelease { return self; }