This commit is contained in:
waterson%netscape.com 1999-06-30 19:47:42 +00:00
Родитель 9afb5158ee
Коммит 8e4378d610
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -35,6 +35,8 @@ class nsICSSLoader;
// Interface to the css parser.
class nsICSSParser : public nsISupports {
public:
static const nsIID& GetIID() { static nsIID iid = NS_ICSS_PARSER_IID; return iid; }
// Return a mask of the various css standards that this parser
// supports.
NS_IMETHOD GetInfoMask(PRUint32& aResult) = 0;

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

@ -35,6 +35,8 @@ class nsICSSLoader;
// Interface to the css parser.
class nsICSSParser : public nsISupports {
public:
static const nsIID& GetIID() { static nsIID iid = NS_ICSS_PARSER_IID; return iid; }
// Return a mask of the various css standards that this parser
// supports.
NS_IMETHOD GetInfoMask(PRUint32& aResult) = 0;

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

@ -35,6 +35,8 @@ class nsICSSLoader;
// Interface to the css parser.
class nsICSSParser : public nsISupports {
public:
static const nsIID& GetIID() { static nsIID iid = NS_ICSS_PARSER_IID; return iid; }
// Return a mask of the various css standards that this parser
// supports.
NS_IMETHOD GetInfoMask(PRUint32& aResult) = 0;