Checking in changes from Bob Glickstein

git-svn-id: svn://10.0.0.236/trunk@16420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
raman%netscape.com
1998-12-15 05:53:19 +00:00
parent 3d6d1f72b8
commit b40d7ccdf1
3 changed files with 12 additions and 12 deletions

View File

@@ -35,10 +35,10 @@ public:
/* Public Field Accessors */
/* Public Methods */
nsPrincipal(nsPrincipalType type, void * key, PRUint32 key_len);
nsPrincipal(nsPrincipalType type, void * key, PRUint32 key_len, char *stringRep);
nsPrincipal(nsPrincipalType type, const void * key, PRUint32 key_len);
nsPrincipal(nsPrincipalType type, const void * key, PRUint32 key_len, char *stringRep);
virtual ~nsPrincipal();
nsPrincipal(nsPrincipalType type, void * key, PRUint32 key_len, void *zigObject);
nsPrincipal(nsPrincipalType type, const void * key, PRUint32 key_len, void *zigObject);
nsPrincipal(nsPrincipalType type, const unsigned char **certChain,
PRUint32 *certChainLengths,
@@ -121,9 +121,9 @@ private:
char* itsString;
/* Private Methods */
void init(nsPrincipalType type, void * key, PRUint32 key_len);
void init(nsPrincipalType type, const void * key, PRUint32 key_len);
PRInt32 computeHashCode(void * key, PRUint32 key_len);
PRInt32 computeHashCode(const void * key, PRUint32 key_len);
PRInt32 computeHashCode(void);