Bug 26937 Added ApplicationRegistry. r=dveditz

git-svn-id: svn://10.0.0.236/trunk@60155 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com
2000-02-08 21:49:40 +00:00
parent 255343d588
commit e81e9e8280
2 changed files with 12 additions and 2 deletions

View File

@@ -28,11 +28,16 @@ interface nsIRegistry : nsISupports
const long Users = 1;
const long Common = 2;
const long CurrentUser = 3;
const long ApplicationComponentRegistry = 1;
const long ApplicationRegistry = 2;
// Dont use this one. This for internal use only.
const long ApplicationCustomRegistry = -1;
void open(in string regFile);
void openWellKnownRegistry(in long regid);
// Deprecated
void openDefault();
void close();
void flush();

View File

@@ -28,11 +28,16 @@ interface nsIRegistry : nsISupports
const long Users = 1;
const long Common = 2;
const long CurrentUser = 3;
const long ApplicationComponentRegistry = 1;
const long ApplicationRegistry = 2;
// Dont use this one. This for internal use only.
const long ApplicationCustomRegistry = -1;
void open(in string regFile);
void openWellKnownRegistry(in long regid);
// Deprecated
void openDefault();
void close();
void flush();