Ascii armror doc

This commit is contained in:
Dominik Schürmann
2013-09-09 19:55:35 +02:00
parent bf1334d6c0
commit 4ca7a12751
5 changed files with 16 additions and 5 deletions

View File

@@ -27,6 +27,5 @@ interface ICryptoCallback {
*/
oneway void onSuccess(in byte[] outputBytes, in CryptoSignatureResult signatureResult);
oneway void onError(in CryptoError error);
}