OMKGroundService.h

Go to the documentation of this file.
00001 #if !defined OMKGROUNDSERVICE_H
00002 #define OMKGROUNDSERVICE_H
00003 
00004 #include "OMKHumano.h"
00005 #include "OBTIService.h"
00006 
00007 namespace mkm { class CSpecificGround ; }
00008 
00009 namespace OMK
00010 {
00011 class OMKHUMANO_API GroundService : public OBT::IService
00012 {
00013 public:
00015   virtual ~GroundService() {}
00016 protected:
00018   GroundService() {}
00019 public:
00020   virtual mkm::CSpecificGround* getGround() = 0 ;
00021 } ;
00022 }
00023 #endif //defined OMKGROUNDSERVICE_H

logo OpenMask

Documentation generated on Mon Jun 9 11:45:56 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007