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:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user