Beginning of new-style AE API; so new there's no code to speak of
[ITFoundation.git] / ITAppleEventTools.h
1 /*
2  *  ITAppleEventTools.h
3  *  ITFoundation
4  *
5  *  Created by Alexander Strange on Wed Feb 11 2004.
6  *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7  *
8  */
9
10 #import <Foundation/Foundation.h>
11 #import <Carbon/Carbon.h>
12
13 extern NSAppleEventDescriptor *ITSendAEWithString(NSString *sendString, FourCharCode evClass, FourCharCode evID, ProcessSerialNumber *psn);
14
15 @interface NSAppleEventDescriptor (ITAELogging)
16 -(void) logDesc;
17 @end