major source structure and module name change - continue4

This commit is contained in:
soochoi
2006-06-08 21:38:52 +00:00
parent 1d82ff5d6a
commit 6ac32abb91
36 changed files with 51 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
#include <nsISupports.idl>
[scriptable, uuid(A3F70CE4-FAE8-4bd1-98EB-0CF581E4B4DC)]
interface IMiCASAKeys : nsISupports
{
PRInt32 miCASAWriteKey(
in AUTF8String secretId,
in AUTF8String key,
in AUTF8String value
);
PRInt32 miCASAReadKey(
in AUTF8String secretId,
in AUTF8String key,
out AUTF8String value
);
};