1.1 --- a/Frameworks/Adium Framework/Source/AIService.m Thu Apr 23 16:35:17 2009 -0400
1.2 +++ b/Frameworks/Adium Framework/Source/AIService.m Sat Oct 17 17:35:57 2009 -0400
1.3 @@ -238,6 +238,19 @@
1.4 return nil;
1.5 }
1.6
1.7 +/*!
1.8 + * @brief Path for default icon
1.9 + *
1.10 + * For use in message views, this is the path to a default icon as described above.
1.11 + *
1.12 + * @param iconType The AIServiceIconType of the icon to return.
1.13 + * @return The path to the image, otherwise nil.
1.14 + */
1.15 +- (NSString *)pathForDefaultServiceIconOfType:(AIServiceIconType)iconType
1.16 +{
1.17 + return nil;
1.18 +}
1.19 +
1.20 //Service Properties ---------------------------------------------------------------------------------------------------
1.21 #pragma mark Service Properties
1.22 /*!