X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/a562b4a9e91163116b73f2df7d6589d812d2278e..3d646c75403df6d5324833a701723a765555177f:/ITOSAComponent.h diff --git a/ITOSAComponent.h b/ITOSAComponent.h deleted file mode 100755 index a552aad..0000000 --- a/ITOSAComponent.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * ITFoundation - * ITOSAComponent - * A Cocoa wrapper for scripting components. - * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2004 iThink Software. - * All Rights Reserved - * - */ - -#import -#import - -@interface ITOSAComponent : NSObject { - Component _component; - ComponentInstance _componentInstance; - NSDictionary *_information; -} -+ (ITOSAComponent *)appleScriptComponent; -+ (ITOSAComponent *)componentWithCarbonComponent:(Component)component; -+ (NSArray *)availableComponents; - -- (id)initWithSubtype:(unsigned long)subtype; -- (id)initWithComponent:(Component)component; - -- (Component)component; -- (ComponentInstance)componentInstance; -- (NSDictionary *)information; - -@end