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