summaryrefslogtreecommitdiffabout
path: root/src/eyefiworker.h
blob: c08ec8b5911c2bea5e5d55b2c5bc4e650f933792 (plain)
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);

};

#endif /* __EYEFIWORKER_H */