Commented out the aliasdata stuff that doesn't work
[ITFoundation.git] / ITAppleEventTools.h
index 5f67704..5e41ab4 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 *ITSendAE(FourCharCode eClass, FourCharCode eID,const ProcessSerialNumber *psn);
 
 @interface NSAppleEventDescriptor (ITAELogging)
 -(void) logDesc;