LCOV - code coverage report
Current view: directory - objdir/dist/include - nsIDOMSVGSymbolElement.h (source / functions) Found Hit Coverage
Test: app.info Lines: 1 0 0.0 %
Date: 2012-06-02 Functions: 1 0 0.0 %

       1                 : /*
       2                 :  * DO NOT EDIT.  THIS FILE IS GENERATED FROM /builds/slave/m-beta-lnx-codecoverage/build/dom/interfaces/svg/nsIDOMSVGSymbolElement.idl
       3                 :  */
       4                 : 
       5                 : #ifndef __gen_nsIDOMSVGSymbolElement_h__
       6                 : #define __gen_nsIDOMSVGSymbolElement_h__
       7                 : 
       8                 : 
       9                 : #ifndef __gen_nsIDOMSVGElement_h__
      10                 : #include "nsIDOMSVGElement.h"
      11                 : #endif
      12                 : 
      13                 : /* For IDL files that don't want to include root IDL files. */
      14                 : #ifndef NS_NO_VTABLE
      15                 : #define NS_NO_VTABLE
      16                 : #endif
      17                 : 
      18                 : /* starting interface:    nsIDOMSVGSymbolElement */
      19                 : #define NS_IDOMSVGSYMBOLELEMENT_IID_STR "0ae058a5-5528-47ce-a48a-026f1fd8e6df"
      20                 : 
      21                 : #define NS_IDOMSVGSYMBOLELEMENT_IID \
      22                 :   {0x0ae058a5, 0x5528, 0x47ce, \
      23                 :     { 0xa4, 0x8a, 0x02, 0x6f, 0x1f, 0xd8, 0xe6, 0xdf }}
      24                 : 
      25               0 : class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMSVGSymbolElement : public nsIDOMSVGElement {
      26                 :  public: 
      27                 : 
      28                 :   NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMSVGSYMBOLELEMENT_IID)
      29                 : 
      30                 : };
      31                 : 
      32                 :   NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMSVGSymbolElement, NS_IDOMSVGSYMBOLELEMENT_IID)
      33                 : 
      34                 : /* Use this macro when declaring classes that implement this interface. */
      35                 : #define NS_DECL_NSIDOMSVGSYMBOLELEMENT \
      36                 :   /* no methods! */
      37                 : 
      38                 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
      39                 : #define NS_FORWARD_NSIDOMSVGSYMBOLELEMENT(_to) \
      40                 :   /* no methods! */
      41                 : 
      42                 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
      43                 : #define NS_FORWARD_SAFE_NSIDOMSVGSYMBOLELEMENT(_to) \
      44                 :   /* no methods! */
      45                 : 
      46                 : #if 0
      47                 : /* Use the code below as a template for the implementation class for this interface. */
      48                 : 
      49                 : /* Header file */
      50                 : class nsDOMSVGSymbolElement : public nsIDOMSVGSymbolElement
      51                 : {
      52                 : public:
      53                 :   NS_DECL_ISUPPORTS
      54                 :   NS_DECL_NSIDOMSVGSYMBOLELEMENT
      55                 : 
      56                 :   nsDOMSVGSymbolElement();
      57                 : 
      58                 : private:
      59                 :   ~nsDOMSVGSymbolElement();
      60                 : 
      61                 : protected:
      62                 :   /* additional members */
      63                 : };
      64                 : 
      65                 : /* Implementation file */
      66                 : NS_IMPL_ISUPPORTS1(nsDOMSVGSymbolElement, nsIDOMSVGSymbolElement)
      67                 : 
      68                 : nsDOMSVGSymbolElement::nsDOMSVGSymbolElement()
      69                 : {
      70                 :   /* member initializers and constructor code */
      71                 : }
      72                 : 
      73                 : nsDOMSVGSymbolElement::~nsDOMSVGSymbolElement()
      74                 : {
      75                 :   /* destructor code */
      76                 : }
      77                 : 
      78                 : /* End of implementation class template. */
      79                 : #endif
      80                 : 
      81                 : 
      82                 : #endif /* __gen_nsIDOMSVGSymbolElement_h__ */

Generated by: LCOV version 1.7