Hydra 0.20
hydra.src/_pingapp/Host.h
00001 //generated forward decl
00002 #ifndef __INCLUDED_WEBAPPS_PINGHOST_H__
00003 #define __INCLUDED_WEBAPPS_PINGHOST_H__
00004 
00005 #include <wexus/ActiveRecord.h>
00006 
00007 namespace pingapp
00008 {
00009   class Host;
00010 }
00011 
00012 class pingapp::Host : public wexus::ActiveRecord
00013 {
00014     // generated code:
00015   public:
00016     int fKey__pingapp__Site;
00017     int id;
00018     QString hostname;
00019 
00020     static wexus::ActiveExpr FKey__pingapp__Site;
00021     static wexus::ActiveExpr Id;
00022     static wexus::ActiveExpr Hostname;
00023 
00024   public:
00025 
00026   public:
00027     class ActiveClassType;
00028     Host(void);
00029   // end of generated code:
00030 };
00031 
00032 
00033 #endif
00034 
 All Classes Namespaces Functions Variables