From 2e8981e8a5d62b58f14f95c328a21756a6f6abf8 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Thu, 22 Apr 2004 23:08:30 +0000 Subject: [PATCH] Added the two other AE functions to the header. --- ITAppleEventTools.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.20.1