https://github.com/root-project/root
Raw File
Tip revision: a70b5a421674eba71862352aa7296d9ddc4ba9ba authored by Pere Mato on 05 April 2016, 08:24:40 UTC
Update ROOT version files to v5.34/36.
Tip revision: a70b5a4
t991b.h
/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (root-cint@cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/

#ifndef SLAVE1_HH_
#define SLAVE1_HH_

//#include <TObject.h>
#include "t991.h"


namespace Slave1
{  

  class Object : public TObject {
  public:
    Object() {}
    
  protected:
    //ClassDef(Slave1::Object,1);
  };
}

#include "t991a.h"

#ifdef __MAKECINT__
#pragma link C++ nestedclass;
#pragma link C++ nestedtypedef;
#endif

#endif
back to top