/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM c:/xulrunner-1.9.2.source/mozilla-1.9.2/dom/interfaces/svg/nsIDOMSVGSwitchElement.idl
 */

#ifndef __gen_nsIDOMSVGSwitchElement_h__
#define __gen_nsIDOMSVGSwitchElement_h__


#ifndef __gen_nsIDOMSVGElement_h__
#include "nsIDOMSVGElement.h"
#endif

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif

/* starting interface:    nsIDOMSVGSwitchElement */
#define NS_IDOMSVGSWITCHELEMENT_IID_STR "7676f306-22c9-427e-bd71-2b1315851c93"

#define NS_IDOMSVGSWITCHELEMENT_IID \
  {0x7676f306, 0x22c9, 0x427e, \
    { 0xbd, 0x71, 0x2b, 0x13, 0x15, 0x85, 0x1c, 0x93 }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMSVGSwitchElement : public nsIDOMSVGElement {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMSVGSWITCHELEMENT_IID)

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMSVGSwitchElement, NS_IDOMSVGSWITCHELEMENT_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMSVGSWITCHELEMENT \
  /* no methods! */

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMSVGSWITCHELEMENT(_to) \
  /* no methods! */

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMSVGSWITCHELEMENT(_to) \
  /* no methods! */

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class nsDOMSVGSwitchElement : public nsIDOMSVGSwitchElement
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIDOMSVGSWITCHELEMENT

  nsDOMSVGSwitchElement();

private:
  ~nsDOMSVGSwitchElement();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMSVGSwitchElement, nsIDOMSVGSwitchElement)

nsDOMSVGSwitchElement::nsDOMSVGSwitchElement()
{
  /* member initializers and constructor code */
}

nsDOMSVGSwitchElement::~nsDOMSVGSwitchElement()
{
  /* destructor code */
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsIDOMSVGSwitchElement_h__ */
