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:
rods%netscape.com
1999-07-28 21:35:55 +00:00
parent a7021cc7c2
commit fd779c3778
9 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -42,6 +42,7 @@ class nsVoidArray;
class nsIComboboxControlFrame : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMBOBOXCONTROLFRAME_IID)
/**
* Sets the Drop Down List

View File

@@ -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;

View File

@@ -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

View File

@@ -42,6 +42,7 @@ class nsVoidArray;
class nsIComboboxControlFrame : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMBOBOXCONTROLFRAME_IID)
/**
* Sets the Drop Down List

View File

@@ -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;

View File

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

View File

@@ -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

View File

@@ -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