update blocking in oxd + callback in oxff, split modules in ox.jsm and oxff.jsm

This commit is contained in:
j 2010-08-05 18:34:07 +02:00
commit 1be85a89d8
7 changed files with 153 additions and 120 deletions

View file

@ -20,9 +20,9 @@ interface nsIOxFF : nsISupports
string import();
float progress(in AString oshash);
boolean access([optional] in boolean request);
boolean update();
string volumes();
boolean files(in oxICallback callback);
boolean update(in oxICallback callback);
string volumes(in oxICallback callback);
boolean files(in AString volume, in oxICallback callback);
boolean get(in AString oshash, in AString media, in oxICallback callback);
boolean extract(in AString oshash, in AString media, in oxICallback callback);
boolean logout();