/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIEditorService.idl
 */

#ifndef __gen_nsIEditorService_h__
#define __gen_nsIEditorService_h__


#ifndef __gen_nsISupports_h__
#include "nsISupports.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:    nsIEditorService */
#define NS_IEDITORSERVICE_IID_STR "4c4a7a9a-1dd2-11b2-b8e1-e711f07b7f52"

#define NS_IEDITORSERVICE_IID \
  {0x4c4a7a9a, 0x1dd2, 0x11b2, \
    { 0xb8, 0xe1, 0xe7, 0x11, 0xf0, 0x7b, 0x7f, 0x52 }}

class NS_NO_VTABLE nsIEditorService : public nsISupports {
 public: 

  NS_DEFINE_STATIC_IID_ACCESSOR(NS_IEDITORSERVICE_IID)

};

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

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIEDITORSERVICE(_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_NSIEDITORSERVICE(_to) \
  /* no methods! */

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

/* Header file */
class nsEditorService : public nsIEditorService
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIEDITORSERVICE

  nsEditorService();
  virtual ~nsEditorService();
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsEditorService, nsIEditorService)

nsEditorService::nsEditorService()
{
  NS_INIT_ISUPPORTS();
  /* member initializers and constructor code */
}

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

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


#endif /* __gen_nsIEditorService_h__ */
