X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/8dad8db6544423018cfe3496b906af39bb3b3fbf..744612b5d258474e367710b870a5caaed7d11ab9:/ITCarbonSupport.h diff --git a/ITCarbonSupport.h b/ITCarbonSupport.h old mode 100755 new mode 100644 index 9e69748..04df507 --- a/ITCarbonSupport.h +++ b/ITCarbonSupport.h @@ -1,5 +1,20 @@ +/* + * ITFoundation + * ITCarbonSupport.h + * + * Utility functions to convert between FourCharCodes/OSTypes/ResTypes and + * NSStrings. These only call through to the methods implemented by + * the ITFoundationCategory on NSString, and those methods are recommended + * for all new projects needing this functionality. + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ + #import -#import -NSString *NSStringFromFourCharCode(FourCharCode code); -FourCharCode FourCharCodeFromNSString(NSString *string); \ No newline at end of file +extern NSString *NSStringFromFourCharCode(unsigned long code); +extern unsigned long FourCharCodeFromNSString(NSString *string); \ No newline at end of file