1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef __EYEFIWORKER_H #define __EYEFIWORKER_H #include "soapeyefiService.h" class eyefiworker : public eyefiService { public: eyefiworker(); int run(int port) __attribute__ ((noreturn)); }; #endif /* __EYEFIWORKER_H */