home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / hpp.z / applic.hpp next >
C/C++ Source or Header  |  1996-06-21  |  938b  |  34 lines

  1. /*
  2.     applic.hpp
  3.  
  4.     NOTE: This file is a generated file.
  5.           Do not modify it by hand!
  6. */
  7.  
  8. #ifndef ApplicationClass_hpp_included
  9. #define ApplicationClass_hpp_included
  10.  
  11.  
  12. class Form1;
  13.  
  14. class ApplicationClass : public WExeApplication
  15. {
  16.     public:
  17.         ApplicationClass();
  18.         ~ApplicationClass();
  19.         WBool __DefaultStartHandler( WObject *, WStartEventData *event );
  20.         WBool __DefaultRunHandler( WObject *, WRunEventData *event );
  21.         WBool __DefaultEndHandler( WObject *, WEndEventData *event );
  22.         WBool StartHandler( WObject *, WStartEventData *event );
  23.         WBool RunHandler( WObject *, WRunEventData *event );
  24.         WBool EndHandler( WObject *, WEndEventData *event );
  25.     public:
  26.         // add your public instance data here
  27.     private:
  28.         // add your private instance data here
  29.     protected:
  30.         // add your protected instance data here
  31. };
  32.  
  33. #endif
  34.