//------------------------------------------------------------------------------
// @file SchedulingTreeCommon.hh
// @author Geoffray Adde - CERN
//------------------------------------------------------------------------------
/************************************************************************
* EOS - the CERN Disk Storage System *
* Copyright (C) 2013 CERN/Switzerland *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see .*
************************************************************************/
#define __EOSMGM_TREECOMMON_CHK1__ if(pCheckLevel>=1)
#define __EOSMGM_TREECOMMON_CHK2__ if(pCheckLevel>=2)
#define __EOSMGM_TREECOMMON_CHK3__ if(pCheckLevel>=3)
#define __EOSMGM_TREECOMMON_DBG1__ if(pDebugLevel>=1)
#define __EOSMGM_TREECOMMON_DBG2__ if(pDebugLevel>=2)
#define __EOSMGM_TREECOMMON_DBG3__ if(pDebugLevel>=3)
#ifndef __EOSMGM_TREECOMMON__H__
#define __EOSMGM_TREECOMMON__H__
#define __EOSMGM_TREECOMMON__PACK__STRUCTURE__ 0
#include
#include
#include