Build, project, and header info changes. Required to build MT.
[ITFoundation.git] / ITAppleEventCenter.h
index 4a71835..ed08e48 100755 (executable)
@@ -1,14 +1,12 @@
 /*
  *     ITFoundation
  *     ITAppleEventCenter
- *
- *     A class for sending and recieving AppleEvent data.
- *     Who wants to mess with that Carbon shit anyway?
+ *       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>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
  *     Copyright (c) 2002 - 2003 iThink Software.
  *     All Rights Reserved
@@ -23,6 +21,7 @@
 
 }
 + (id)sharedCenter;
-- (NSString*)runAEWithRequestedKey:(NSString*)key eventClass:(NSString*)eventClass eventID:(NSString*)eventID appPSN:(ProcessSerialNumber)psn;
+- (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