parser/htmlparser/src/CNavDTD.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/src/CNavDTD.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
     1.5 +/* vim: set sw=2 ts=2 et tw=78: */
     1.6 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.9 +
    1.10 +#ifndef NS_NAVHTMLDTD__
    1.11 +#define NS_NAVHTMLDTD__
    1.12 +
    1.13 +#include "nsIDTD.h"
    1.14 +#include "nsISupports.h"
    1.15 +#include "nsCOMPtr.h"
    1.16 +
    1.17 +// This class is no longer useful.
    1.18 +class nsIHTMLContentSink;
    1.19 +
    1.20 +#ifdef _MSC_VER
    1.21 +#pragma warning( disable : 4275 )
    1.22 +#endif
    1.23 +
    1.24 +class CNavDTD : public nsIDTD
    1.25 +{
    1.26 +#ifdef _MSC_VER
    1.27 +#pragma warning( default : 4275 )
    1.28 +#endif
    1.29 +
    1.30 +public:
    1.31 +    CNavDTD();
    1.32 +    virtual ~CNavDTD();
    1.33 +
    1.34 +    NS_DECL_ISUPPORTS
    1.35 +    NS_DECL_NSIDTD
    1.36 +};
    1.37 +
    1.38 +#endif
    1.39 +
    1.40 +
    1.41 +

mercurial