X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3275385775db14f654afff24919314941b8a1b7b..0e723d6da33760243cfb8ced14cb4b544109d3b4:/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]; }