X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/692faf9cb79903190c1885a7ed08a2c97cc7fb8b..744612b5d258474e367710b870a5caaed7d11ab9:/ITCarbonSupport.h diff --git a/ITCarbonSupport.h b/ITCarbonSupport.h index 063fc36..04df507 100644 --- a/ITCarbonSupport.h +++ b/ITCarbonSupport.h @@ -3,7 +3,9 @@ * ITCarbonSupport.h * * Utility functions to convert between FourCharCodes/OSTypes/ResTypes and - * NSStrings. + * 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. @@ -14,5 +16,5 @@ #import -NSString *NSStringFromFourCharCode(unsigned long code); -unsigned long 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