Hydra 0.20
|
00001 namespace pingapp { class Host; } //generated forward decl 00002 #ifndef __INCLUDED_WEBAPPS_PINGSITE_H__ 00003 #define __INCLUDED_WEBAPPS_PINGSITE_H__ 00004 00005 #include <wexus/ActiveRecord.h> 00006 00007 namespace pingapp 00008 { 00009 class Site; 00010 } 00011 00012 class pingapp::Site : public wexus::ActiveRecord 00013 { 00014 // generated code: 00015 public: 00016 QString name; 00017 QString desc; 00018 int id; 00019 00020 static wexus::ActiveExpr Name; 00021 static wexus::ActiveExpr Desc; 00022 static wexus::ActiveExpr Id; 00023 00024 public: 00025 pingapp::Host host(void); 00026 00027 public: 00028 class ActiveClassType; 00029 Site(void); 00030 // end of generated code: 00031 }; 00032 00033 00034 #endif 00035