home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / AEA / Source / Includes / AEAHandlerGetData.hh < prev    next >
Encoding:
Text File  |  2000-06-24  |  395 b   |  17 lines

  1. /*    ====================
  2.  *    AEAHandlerGetData.hh
  3.  *    ====================
  4.  */
  5.  
  6. #pragma once
  7.  
  8. #include "AEAHandler.hh"
  9.  
  10. class AEAHandlerGetData : public AEAHandler {
  11. public:
  12.     AEAHandlerGetData();
  13.     virtual ~AEAHandlerGetData();
  14.     //virtual void GetParameters(const AEADescAppleEvent &inAppleEvent);
  15.     virtual void HandleEventSelf(const AEADescAppleEvent &inAppleEvent, AEADescAppleEvent &inReply);
  16. };
  17.