Add |.get()| to nsCString. Bug=58284,r=dbaron, a=scc.

git-svn-id: svn://10.0.0.236/trunk@84035 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
disttsc%bart.nl
2000-12-23 06:45:54 +00:00
parent a63a689198
commit 62d90be0d3
6 changed files with 9 additions and 33 deletions

View File

@@ -219,16 +219,6 @@ nsCString::SetCapacity( PRUint32 aNewCapacity )
Accessor methods...
*********************************************************************/
/**
* Retrieves internal (1-byte) buffer ptr;
* @update gess1/4/99
* @return ptr to internal buffer
*/
const char* nsCString::GetBuffer(void) const {
return mStr;
}
/**
* set a char inside this string at given index
* @param aChar is the char you want to write into this string