mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Added GetIID() method so this can be used with nsCOMPtr.
This commit is contained in:
parent
88527c7d24
commit
050221001c
@ -33,6 +33,8 @@ class nsIContent;
|
||||
*/
|
||||
class nsITextContent : public nsISupports {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_ITEXT_CONTENT_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Get direct access to the text in the text content.
|
||||
*/
|
||||
|
@ -33,6 +33,8 @@ class nsIContent;
|
||||
*/
|
||||
class nsITextContent : public nsISupports {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_ITEXT_CONTENT_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Get direct access to the text in the text content.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user