#ifndef uBikeSvc_h #define uBikeSvc_h #include #include "commonj/sdo/SDO.h" namespace services { namespace uBike { class uBikeService { public: virtual commonj::sdo::DataObjectPtr /* Inventory */ searchBike(const std::string COLOR) = 0; }; } } #endif /* uBikeSvc_h */