Added NS_DEFINE_STATIC_IID_ACCESSOR
git-svn-id: svn://10.0.0.236/trunk@41483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -39,7 +39,7 @@ class nsString;
|
||||
|
||||
class nsIFormSubmitObserver : public nsISupports {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IFORMSUBMITOBSERVER_IID; return iid; }
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMSUBMITOBSERVER_IID)
|
||||
|
||||
/*
|
||||
* Subject calls the observer when the form is submitted
|
||||
|
||||
@@ -42,6 +42,7 @@ class nsVoidArray;
|
||||
class nsIComboboxControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMBOBOXCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Drop Down List
|
||||
|
||||
@@ -40,6 +40,7 @@ class nsIContent;
|
||||
class nsIFormControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMCONTROLFRAME_IID)
|
||||
|
||||
NS_IMETHOD GetType(PRInt32* aType) const = 0;
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ class nsIStyleContext;
|
||||
class nsIRadioControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IRADIOCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Pseudo Style Contexts for the Radio button
|
||||
|
||||
@@ -42,6 +42,7 @@ class nsVoidArray;
|
||||
class nsIComboboxControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMBOBOXCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Drop Down List
|
||||
|
||||
@@ -40,6 +40,7 @@ class nsIContent;
|
||||
class nsIFormControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMCONTROLFRAME_IID)
|
||||
|
||||
NS_IMETHOD GetType(PRInt32* aType) const = 0;
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ class nsIFrame;
|
||||
**/
|
||||
class nsIFormManager : public nsISupports {
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMMANAGER_IID)
|
||||
/**
|
||||
* Reset the values of all of this manager's controls back to their
|
||||
* initial values. This is in response to a reset button being pushed.
|
||||
|
||||
@@ -39,7 +39,7 @@ class nsString;
|
||||
|
||||
class nsIFormSubmitObserver : public nsISupports {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IFORMSUBMITOBSERVER_IID; return iid; }
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFORMSUBMITOBSERVER_IID)
|
||||
|
||||
/*
|
||||
* Subject calls the observer when the form is submitted
|
||||
|
||||
@@ -36,6 +36,7 @@ class nsIStyleContext;
|
||||
class nsIRadioControlFrame : public nsISupports {
|
||||
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IRADIOCONTROLFRAME_IID)
|
||||
|
||||
/**
|
||||
* Sets the Pseudo Style Contexts for the Radio button
|
||||
|
||||
Reference in New Issue
Block a user