Added script namespace management mechanism. This allows external native code to add symbols and constructors to the script global namespace. Added IID() static method generation to IDL generator.
git-svn-id: svn://10.0.0.236/trunk@16821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -34,6 +34,7 @@ class nsIDOMHTMLCollection;
|
||||
|
||||
class nsIDOMHTMLTableSectionElement : public nsIDOMHTMLElement {
|
||||
public:
|
||||
static const nsIID& IID() { static nsIID iid = NS_IDOMHTMLTABLESECTIONELEMENT_IID; return iid; }
|
||||
|
||||
NS_IMETHOD GetAlign(nsString& aAlign)=0;
|
||||
NS_IMETHOD SetAlign(const nsString& aAlign)=0;
|
||||
|
||||
Reference in New Issue
Block a user