![]() |
![]() |
00001 #ifndef IGUANA_WEB_FRAMEWORK_IG_WEB_2D_SERVICE_H 00002 # define IGUANA_WEB_FRAMEWORK_IG_WEB_2D_SERVICE_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/WebFramework/interface/config.h" 00007 # include "Iguana/WebFramework/interface/IgWebService.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 00013 class IgState; 00014 00015 //<<<<<< PUBLIC VARIABLES >>>>>> 00016 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00017 //<<<<<< CLASS DECLARATIONS >>>>>> 00018 00019 class IGUANA_WEB_FRAMEWORK_API IgWeb2DService : public IgWebService 00020 { 00021 public: 00022 static const char *catalogLabel (void); 00023 IgWeb2DService (IgState *state); 00024 00025 void create (Arguments *arguments); 00026 void browse (Arguments *arguments); 00027 00028 // implicit copy constructor 00029 // implicit assignment operator 00030 // implicit destructor 00031 }; 00032 00033 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00034 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00035 00036 #endif // IGUANA_WEB_FRAMEWORK_IG_WEB_2D_SERVICE_H