X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/a2d7aa6fbb5dff14ba6f57d24c2093f331a830c4..3d646c75403df6d5324833a701723a765555177f:/ITAppleEventCenter.h diff --git a/ITAppleEventCenter.h b/ITAppleEventCenter.h deleted file mode 100755 index d07de87..0000000 --- a/ITAppleEventCenter.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * ITFoundation - * ITAppleEventCenter - * A class for sending and recieving AppleEvent data. - * Who wants to mess with that Carbon shit anyway? - * - * Original Author : Joseph Spiros - * Responsibility : Matt Judy - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved - * - */ - -#import -#import - - -@interface ITAppleEventCenter : NSObject { - -} -+ (id)sharedCenter; -- (NSString*)sendAEWithRequestedKey:(NSString*)key eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; -- (NSString*)sendTwoTierAEWithRequestedKey:(NSString*)key fromObjectByKey:(NSString*)object eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; -- (void)sendAEWithEventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn; -- (void)printCarbonDesc:(AEDesc*)desc; -@end