From: Kent Sutherland Date: Thu, 22 Apr 2004 23:08:30 +0000 (+0000) Subject: Added the two other AE functions to the header. X-Git-Tag: v0.2~11 X-Git-Url: http://git.ithinksw.org/ITFoundation.git/commitdiff_plain/2e8981e8a5d62b58f14f95c328a21756a6f6abf8?hp=8a2d5e51312c61db0e315eecb1e6ad4adc98d5da Added the two other AE functions to the header. --- diff --git a/ITAppleEventTools.h b/ITAppleEventTools.h index 5f67704..9f37807 100755 --- a/ITAppleEventTools.h +++ b/ITAppleEventTools.h @@ -11,6 +11,8 @@ #import 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;