зеркало из https://github.com/mozilla/pjs.git
added IID static method so nsIEnumerator can be used with nsCOMPtr
This commit is contained in:
Родитель
34628ab7d4
Коммит
e05e86ea54
|
@ -29,7 +29,8 @@
|
|||
|
||||
class nsIEnumerator : public nsISupports {
|
||||
public:
|
||||
public:
|
||||
|
||||
static const nsIID& IID() { static nsIID iid = NS_IENUMERATOR_IID; return iid; }
|
||||
|
||||
/** First will reset the list. will return NS_FAILED if no items
|
||||
*/
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
|
||||
class nsIEnumerator : public nsISupports {
|
||||
public:
|
||||
public:
|
||||
|
||||
static const nsIID& IID() { static nsIID iid = NS_IENUMERATOR_IID; return iid; }
|
||||
|
||||
/** First will reset the list. will return NS_FAILED if no items
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче