summaryrefslogtreecommitdiffabout
path: root/src/eyefiworker.h
Unidiff
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 @@
1#ifndef __EYEFIWORKER_H
2#define __EYEFIWORKER_H
3
4#include "soapeyefiService.h"
5
6class eyefiworker : public eyefiService {
7 public:
8
9 eyefiworker();
10
11 int run(int port);
12
13};
14
15#endif /* __EYEFIWORKER_H */