Revision 4990bf0cd628f1202621d9ce14333666245cf31a authored by Fons Rademakers on 25 August 2006, 14:17:33 UTC, committed by Fons Rademakers on 25 August 2006, 14:17:33 UTC
Fix compiler warning in MSVC due to "*/*.


git-svn-id: http://root.cern.ch/svn/root/trunk@16128 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 8167de2
Raw File
CINTScopeBuilder.h
// @(#)root/cintex:$Name:  $:$Id: CINTScopeBuilder.h,v 1.3 2005/11/17 14:12:33 roiser Exp $
// 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_CINTScopeBuilder
#define ROOT_Cintex_CINTScopeBuilder

#include "Reflex/Scope.h"
#include "CINTdefs.h"

namespace ROOT {
   namespace Cintex {

      namespace CINTScopeBuilder {
         void Setup(const ROOT::Reflex::Scope&);
         void Setup(const ROOT::Reflex::Type&);    
      }
   }
}

#endif // ROOT_Cintex_CINTScopeBuilder
back to top