LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/dist/include - mozIStorageAsyncStatement.h (source / functions) Hit Total Coverage
Test: output.info Lines: 1 1 100.0 %
Date: 2017-07-14 16:53:18 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*
       2             :  * DO NOT EDIT.  THIS FILE IS GENERATED FROM ../../../dist/idl/mozIStorageAsyncStatement.idl
       3             :  */
       4             : 
       5             : #ifndef __gen_mozIStorageAsyncStatement_h__
       6             : #define __gen_mozIStorageAsyncStatement_h__
       7             : 
       8             : 
       9             : #ifndef __gen_mozIStorageBaseStatement_h__
      10             : #include "mozIStorageBaseStatement.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:    mozIStorageAsyncStatement */
      19             : #define MOZISTORAGEASYNCSTATEMENT_IID_STR "52e49370-3b2e-4a27-a3fc-79e20ad4056b"
      20             : 
      21             : #define MOZISTORAGEASYNCSTATEMENT_IID \
      22             :   {0x52e49370, 0x3b2e, 0x4a27, \
      23             :     { 0xa3, 0xfc, 0x79, 0xe2, 0x0a, 0xd4, 0x05, 0x6b }}
      24             : 
      25          16 : class NS_NO_VTABLE mozIStorageAsyncStatement : public mozIStorageBaseStatement {
      26             :  public:
      27             : 
      28             :   NS_DECLARE_STATIC_IID_ACCESSOR(MOZISTORAGEASYNCSTATEMENT_IID)
      29             : 
      30             : };
      31             : 
      32             :   NS_DEFINE_STATIC_IID_ACCESSOR(mozIStorageAsyncStatement, MOZISTORAGEASYNCSTATEMENT_IID)
      33             : 
      34             : /* Use this macro when declaring classes that implement this interface. */
      35             : #define NS_DECL_MOZISTORAGEASYNCSTATEMENT \
      36             :   /* no methods! */
      37             : 
      38             : /* Use this macro when declaring the members of this interface when the
      39             :    class doesn't implement the interface. This is useful for forwarding. */
      40             : #define NS_DECL_NON_VIRTUAL_MOZISTORAGEASYNCSTATEMENT \
      41             :   /* no methods! */
      42             : 
      43             : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
      44             : #define NS_FORWARD_MOZISTORAGEASYNCSTATEMENT(_to) \
      45             :   /* no methods! */
      46             : 
      47             : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
      48             : #define NS_FORWARD_SAFE_MOZISTORAGEASYNCSTATEMENT(_to) \
      49             :   /* no methods! */
      50             : 
      51             : #if 0
      52             : /* Use the code below as a template for the implementation class for this interface. */
      53             : 
      54             : /* Header file */
      55             : class _MYCLASS_ : public mozIStorageAsyncStatement
      56             : {
      57             : public:
      58             :   NS_DECL_ISUPPORTS
      59             :   NS_DECL_MOZISTORAGEASYNCSTATEMENT
      60             : 
      61             :   _MYCLASS_();
      62             : 
      63             : private:
      64             :   ~_MYCLASS_();
      65             : 
      66             : protected:
      67             :   /* additional members */
      68             : };
      69             : 
      70             : /* Implementation file */
      71             : NS_IMPL_ISUPPORTS(_MYCLASS_, mozIStorageAsyncStatement)
      72             : 
      73             : _MYCLASS_::_MYCLASS_()
      74             : {
      75             :   /* member initializers and constructor code */
      76             : }
      77             : 
      78             : _MYCLASS_::~_MYCLASS_()
      79             : {
      80             :   /* destructor code */
      81             : }
      82             : 
      83             : /* End of implementation class template. */
      84             : #endif
      85             : 
      86             : 
      87             : #endif /* __gen_mozIStorageAsyncStatement_h__ */

Generated by: LCOV version 1.13