summaryrefslogtreecommitdiffabout
path: root/src/eyefiworker.h
Unidiff
Diffstat (limited to 'src/eyefiworker.h') (more/less context) (show whitespace changes)
-rw-r--r--src/eyefiworker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eyefiworker.h b/src/eyefiworker.h
index 6d4082c..6cdecff 100644
--- a/src/eyefiworker.h
+++ b/src/eyefiworker.h
@@ -2,16 +2,17 @@
2#define __EYEFIWORKER_H 2#define __EYEFIWORKER_H
3 3
4#include "soapeyefiService.h" 4#include "soapeyefiService.h"
5 5
6class eyefiworker : public eyefiService { 6class eyefiworker : public eyefiService {
7 public: 7 public:
8 8
9 eyefiworker(); 9 eyefiworker();
10 ~eyefiworker();
10 11
11 int run(int port) __attribute__ ((noreturn)); 12 int run(int port) __attribute__ ((noreturn));
12 13
13 int StartSession(std::string macaddress, std::string cnonce, 14 int StartSession(std::string macaddress, std::string cnonce,
14 int transfermode, long transfermodetimestamp, 15 int transfermode, long transfermodetimestamp,
15 struct rns__StartSessionResponse &r); 16 struct rns__StartSessionResponse &r);
16 int GetPhotoStatus(std::string credential, std::string macaddress, 17 int GetPhotoStatus(std::string credential, std::string macaddress,
17 std::string filename, long filesize, std::string filesignature, int flags, 18 std::string filename, long filesize, std::string filesignature, int flags,