зеркало из https://github.com/mozilla/gecko-dev.git
add IID for use with nsCOMPtr.
This commit is contained in:
Родитель
38c328fd98
Коммит
439ada5c40
|
@ -35,6 +35,8 @@ class nsISizeOfHandler;
|
|||
*/
|
||||
class nsIAtom : public nsISupports {
|
||||
public:
|
||||
static const nsIID& IID() { static nsIID iid = NS_IATOM_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Translate the unicode string into the stringbuf.
|
||||
*/
|
||||
|
|
|
@ -35,6 +35,8 @@ class nsISizeOfHandler;
|
|||
*/
|
||||
class nsIAtom : public nsISupports {
|
||||
public:
|
||||
static const nsIID& IID() { static nsIID iid = NS_IATOM_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Translate the unicode string into the stringbuf.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче