summaryrefslogtreecommitdiffabout
path: root/src/eyefiworker.h
Side-by-side diff
Diffstat (limited to 'src/eyefiworker.h') (more/less context) (ignore whitespace changes)
-rw-r--r--src/eyefiworker.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/eyefiworker.h b/src/eyefiworker.h
new file mode 100644
index 0000000..c08ec8b
--- a/dev/null
+++ b/src/eyefiworker.h
@@ -0,0 +1,15 @@
+#ifndef __EYEFIWORKER_H
+#define __EYEFIWORKER_H
+
+#include "soapeyefiService.h"
+
+class eyefiworker : public eyefiService {
+ public:
+
+ eyefiworker();
+
+ int run(int port);
+
+};
+
+#endif /* __EYEFIWORKER_H */