This commit is contained in:
peterl%netscape.com 1999-05-18 23:07:53 +00:00
Родитель bcedd89a05
Коммит 19a8b98b3a
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -22,6 +22,7 @@
class nsIHTMLStyleSheet; class nsIHTMLStyleSheet;
class nsIHTMLCSSStyleSheet; class nsIHTMLCSSStyleSheet;
class nsICSSLoader;
/* a6cf90cc-15b3-11d2-932e-00805f8add32 */ /* a6cf90cc-15b3-11d2-932e-00805f8add32 */
#define NS_IHTMLCONTENTCONTAINER_IID \ #define NS_IHTMLCONTENTCONTAINER_IID \
@ -37,7 +38,7 @@ class nsIHTMLContentContainer : public nsISupports {
public: public:
NS_IMETHOD GetAttributeStyleSheet(nsIHTMLStyleSheet** aStyleSheet) = 0; NS_IMETHOD GetAttributeStyleSheet(nsIHTMLStyleSheet** aStyleSheet) = 0;
NS_IMETHOD GetInlineStyleSheet(nsIHTMLCSSStyleSheet** aStyleSheet) = 0; NS_IMETHOD GetInlineStyleSheet(nsIHTMLCSSStyleSheet** aStyleSheet) = 0;
NS_IMETHOD GetCSSLoader(nsICSSLoader*& aLoader) = 0;
}; };
#endif // nsIHTMLContentContainer_h___ #endif // nsIHTMLContentContainer_h___

Просмотреть файл

@ -22,6 +22,7 @@
class nsIHTMLStyleSheet; class nsIHTMLStyleSheet;
class nsIHTMLCSSStyleSheet; class nsIHTMLCSSStyleSheet;
class nsICSSLoader;
/* a6cf90cc-15b3-11d2-932e-00805f8add32 */ /* a6cf90cc-15b3-11d2-932e-00805f8add32 */
#define NS_IHTMLCONTENTCONTAINER_IID \ #define NS_IHTMLCONTENTCONTAINER_IID \
@ -37,7 +38,7 @@ class nsIHTMLContentContainer : public nsISupports {
public: public:
NS_IMETHOD GetAttributeStyleSheet(nsIHTMLStyleSheet** aStyleSheet) = 0; NS_IMETHOD GetAttributeStyleSheet(nsIHTMLStyleSheet** aStyleSheet) = 0;
NS_IMETHOD GetInlineStyleSheet(nsIHTMLCSSStyleSheet** aStyleSheet) = 0; NS_IMETHOD GetInlineStyleSheet(nsIHTMLCSSStyleSheet** aStyleSheet) = 0;
NS_IMETHOD GetCSSLoader(nsICSSLoader*& aLoader) = 0;
}; };
#endif // nsIHTMLContentContainer_h___ #endif // nsIHTMLContentContainer_h___