add IID for use with nsCOMPtr.

This commit is contained in:
pinkerton%netscape.com 1999-01-28 17:59:37 +00:00
parent 38c328fd98
commit 439ada5c40
2 changed files with 4 additions and 0 deletions

View File

@ -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.
*/

View File

@ -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.
*/