home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-01 | 636 b | 29 lines | [TEXT/CWIE] |
-
-
- /*****************************************************/
- /* AE handlers */
-
- pascal OSErr MyHandleODoc( AppleEvent *theAppleEvent,
- AppleEvent *reply,
- long handlerRefCon
- );
-
- pascal OSErr MyHandlePDoc( AppleEvent *theAppleEvent,
- AppleEvent *reply,
- long handlerRefCon
- );
-
- pascal OSErr MyHandleOApp( AppleEvent *theAppleEvent,
- AppleEvent *reply,
- long handlerRefCon
- );
-
- pascal OSErr MyHandleQuit( AppleEvent *theAppleEvent,
- AppleEvent *reply,
- long handlerRefcon
- );
-
-
-
- /*****************************************************/
-