summaryrefslogtreecommitdiff
path: root/cpp/slice/IcePatch2/FileServer.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/slice/IcePatch2/FileServer.ice')
-rw-r--r--cpp/slice/IcePatch2/FileServer.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/slice/IcePatch2/FileServer.ice b/cpp/slice/IcePatch2/FileServer.ice
index 8c89b7c5179..35aec2ac206 100644
--- a/cpp/slice/IcePatch2/FileServer.ice
+++ b/cpp/slice/IcePatch2/FileServer.ice
@@ -113,7 +113,7 @@ interface FileServer
* @return A sequence containing the compressed file contents.
*
**/
- ["ami"] nonmutating Ice::ByteSeq getFileCompressed(string path, int pos, int num)
+ ["ami", "amd", "cpp:array"] nonmutating Ice::ByteSeq getFileCompressed(string path, int pos, int num)
throws FileAccessException;
};