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