More empty shells
authorAlexander Strange <astrange@ithinksw.com>
Fri, 20 Feb 2004 06:04:02 +0000 (06:04 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Fri, 20 Feb 2004 06:04:02 +0000 (06:04 +0000)
ITAppleEventTools.m

index 5ea6acc..a236816 100755 (executable)
@@ -46,6 +46,14 @@ NSAppleEventDescriptor *ITSendAEWithString(NSString *sendString, FourCharCode ev
     return recv;
 }
 
+NSAppleEventDescriptor *ITSendAEWithKey(FourCharCode reqKey, FourCharCode evClass, FourCharCode evID,const ProcessSerialNumber *psn)
+{
+}
+
+NSAppleEventDescriptor *ITSendPlainAE(FourCharCode evClass, FourCharCode evID,const ProcessSerialNumber *psn)
+{
+}
+
 @implementation NSAppleEventDescriptor (ITAELogging)
 -(void) logDesc
 {