Skip to content
Snippets Groups Projects

TrigNavTools+AthenaKernel: Remove #define protected.

Merged Scott Snyder requested to merge ssnyder/athena:private.TrigNavTools-20190912 into master
2 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline
Files
2
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ATHENAKERNEL_ITHINNINGSVC_H
@@ -232,11 +232,12 @@ class IThinningSvc : virtual public IService,
// */
// virtual
// range<Athena::ISlimmingHdlr> end_slimmers() =0;
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
protected:
protected:
friend class TrigNavigationThinningSvc;
/** @brief Retrieve the handler (if any) to thin a @c DataProxy
*/
Loading