home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / BSP Tree 1.2 / Sources / Core / include / apple event.h < prev    next >
Encoding:
Text File  |  1995-03-26  |  909 b   |  22 lines  |  [TEXT/MMCC]

  1. //------------------------------------------------------------------------------
  2. //    File:                    apple event.h
  3. //    Date:                    7/19/94
  4. //    Author:                Bretton Wade
  5. //
  6. //    Description:    this file contains declarations related to Apple Event
  7. //                                processing
  8. //
  9. //------------------------------------------------------------------------------
  10.  
  11. #ifndef    APPLE_EVENT
  12. #define    APPLE_EVENT
  13.  
  14. //------------------------------------------------------------------------------
  15. //    functions
  16. //------------------------------------------------------------------------------
  17. void    InstallAppleEvents (void);                                                                                                //    install my apple event handlers
  18. void        SendToMyself (AEEventClass, AEEventID);                                                                    //    create an apple event and send it to myself                                                //    create and send a quit message to myself
  19.  
  20. //------------------------------------------------------------------------------
  21.  
  22. #endif    //APPLE_EVENT