This commit is contained in:
brendan%mozilla.org 2000-06-14 04:46:22 +00:00
Родитель 09a592f98d
Коммит 190a0bea06
4 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -252,10 +252,10 @@ public:
virtual ~nsXPIDLCString();
/**
* Assign a single-byte string to this wrapper. Copies and owns the result.
*/
nsXPIDLCString& operator =(const char* aString);
/**
* Assign a single-byte string to this wrapper. Copies and owns the result.
*/
nsXPIDLCString& operator =(const char* aString);
/**
* Return a reference to the immutable single-byte string.

Просмотреть файл

@ -252,10 +252,10 @@ public:
virtual ~nsXPIDLCString();
/**
* Assign a single-byte string to this wrapper. Copies and owns the result.
*/
nsXPIDLCString& operator =(const char* aString);
/**
* Assign a single-byte string to this wrapper. Copies and owns the result.
*/
nsXPIDLCString& operator =(const char* aString);
/**
* Return a reference to the immutable single-byte string.

Просмотреть файл

@ -23,7 +23,7 @@ mySample.prototype = {
* properties on the JS object, follow the expected rules for prototype
* delegation, and make a mean cup of coffee.
*/
get value() { return this.val; },
get value() { return this.val; },
set value(newval) { return this.val = newval; },
writeValue: function (aPrefix) {

Просмотреть файл

@ -252,10 +252,10 @@ public:
virtual ~nsXPIDLCString();
/**
* Assign a single-byte string to this wrapper. Copies and owns the result.
*/
nsXPIDLCString& operator =(const char* aString);
/**
* Assign a single-byte string to this wrapper. Copies and owns the result.
*/
nsXPIDLCString& operator =(const char* aString);
/**
* Return a reference to the immutable single-byte string.