add a principal manager to caps api. everything is now xpidled so

i removed the public directory from the module.


git-svn-id: svn://10.0.0.236/trunk@41771 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
arielb%netscape.com
1999-08-01 21:26:02 +00:00
parent 0d8aaf88b2
commit 576dedd032
38 changed files with 1559 additions and 1262 deletions

View File

@@ -50,12 +50,12 @@ public:
NS_IMETHOD
Equals(nsIPrincipal * other, PRBool * result);
nsCodebasePrincipal(PRInt16 * type, const char *codebaseURL);
nsCodebasePrincipal(PRInt16 type, const char *codebaseURL);
virtual ~nsCodebasePrincipal(void);
protected:
const char * codeBaseURL;
PRInt16 * itsType;
const char * itsCodeBaseURL;
PRInt16 itsType;
};
#endif // _NS_CODEBASE_PRINCIPAL_H_