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

#ifndef __gen_nsITreeColFrame_h__
#define __gen_nsITreeColFrame_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
class nsITreeBoxObject; /* forward declaration */

class nsITreeRangeList; /* forward declaration */


/* starting interface:    nsITreeColFrame */
#define NS_ITREECOLFRAME_IID_STR "1950e5a6-4ec0-4025-840d-d174784b5356"

#define NS_ITREECOLFRAME_IID \
  {0x1950e5a6, 0x4ec0, 0x4025, \
    { 0x84, 0x0d, 0xd1, 0x74, 0x78, 0x4b, 0x53, 0x56 }}

class NS_NO_VTABLE nsITreeColFrame : public nsISupports {
 public: 

  NS_DEFINE_STATIC_IID_ACCESSOR(NS_ITREECOLFRAME_IID)

};

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

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

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

/* Header file */
class nsTreeColFrame : public nsITreeColFrame
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSITREECOLFRAME

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

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsTreeColFrame, nsITreeColFrame)

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

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

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

// Initializer,

#endif /* __gen_nsITreeColFrame_h__ */
