Added the two other AE functions to the header.
authorKent Sutherland <ksuther@ithinksw.com>
Thu, 22 Apr 2004 23:08:30 +0000 (23:08 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Thu, 22 Apr 2004 23:08:30 +0000 (23:08 +0000)
ITAppleEventTools.h

index 5f67704..9f37807 100755 (executable)
@@ -11,6 +11,8 @@
 #import <Carbon/Carbon.h>
 
 extern NSAppleEventDescriptor *ITSendAEWithString(NSString *sendString, FourCharCode evClass, FourCharCode evID,const ProcessSerialNumber *psn);
+extern NSAppleEventDescriptor *ITSendAEWithKey(FourCharCode reqKey, FourCharCode evClass, FourCharCode evID,const ProcessSerialNumber *psn);
+extern NSAppleEventDescriptor *ITSendPlainAE(FourCharCode eClass, FourCharCode eID,const ProcessSerialNumber *psn);
 
 @interface NSAppleEventDescriptor (ITAELogging)
 -(void) logDesc;