summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/imagemaster.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/thrift/imagemaster.thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift
index 97f4f27..224ed75 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -108,7 +108,9 @@ service ImageServer {
FtpCredentials submitImage(1:string serverSessionId, 2:ImageData imageDescription) throws (1:AuthorizationException failure, 2: ImageDataException failure2),
- bool finshedUpload(1:string ftpUser, 2:ImageData imageDescription) throws (1: ImageDataException failure)
+ bool finshedUpload(1:string ftpUser, 2:ImageData imageDescription) throws (1: ImageDataException failure),
+
+ FtpCredentials getImage(1:UUID uuid, 2:string serverSessionId) throws (1:AuthorizationException failure, 2: ImageDataException failure2)
}