// @(#)root/cintex:$Id$
// Author: Pere Mato 2005

// Copyright CERN, CH-1211 Geneva 23, 2004-2005, All rights reserved.
//
// Permission to use, copy, modify, and distribute this software for any
// purpose is hereby granted without fee, provided that this copyright and
// permissions notice appear in all copies and derivatives.
//
// This software is provided "as is" without express or implied warranty.

#ifndef ROOT_Cintex_CINTEnumBuilder
#define ROOT_Cintex_CINTEnumBuilder

#include "Reflex/Type.h"

/*
 *   Cintex namespace declaration
 */
namespace ROOT {  namespace Cintex {

      /*  @class CINTEnumBuilder CINTEnumBuilder.h
       */
      class CINTEnumBuilder {
      public:
         // Declare typedef to CINT
         static void Setup(const ROOT::Reflex::Type& t);    
      };
   }}

#endif // ROOT_Cintex_CINTEnumBuilder