X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3275385775db14f654afff24919314941b8a1b7b..8a2d5e51312c61db0e315eecb1e6ad4adc98d5da:/ITOSAComponent.m diff --git a/ITOSAComponent.m b/ITOSAComponent.m index 0205e7e..0b28ad9 100755 --- a/ITOSAComponent.m +++ b/ITOSAComponent.m @@ -14,9 +14,11 @@ #import "ITOSAComponent.h" +#warning Need to add a constant data store containing all available component instances... could be lazy and build it on class +load. + @implementation ITOSAComponent -+ (ITOSAComponent *)AppleScriptComponent ++ (ITOSAComponent *)appleScriptComponent { return [[[ITOSAComponent alloc] initWithSubtype:kAppleScriptSubtype] autorelease]; }