Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
[ITFoundation.git] / ITAppleEventCenter.h
diff --git a/ITAppleEventCenter.h b/ITAppleEventCenter.h
deleted file mode 100755 (executable)
index 20873ab..0000000
+++ /dev/null
@@ -1,29 +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 <joseph.spiros@ithinksw.com>
- *     Responsibility  : Joseph Spiros <joseph.spiros@ithinksw.com>
- *                     : Kent Sutherland <kent.sutherland@ithinksw.com>
- *                     : Matt Judy <matt.judy@ithinksw.com>
- *
- *     Copyright (c) 2002 - 2003 iThink Software.
- *     All Rights Reserved
- *
- */
-
-#import <Foundation/Foundation.h>
-#import <Carbon/Carbon.h>
-
-
-@interface ITAppleEventCenter : NSObject {
-
-}
-+ (id)sharedCenter;
-- (NSString*)sendAEWithRequestedKey:(NSString*)key eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn;
-- (void)sendAEWithEventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn;
-- (void)printCarbonDesc:(AEDesc*)desc;
-@end