|
||||
File indexing completed on 2024-11-15 09:38:37
0001 /***********************************************************************************\ 0002 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations * 0003 * * 0004 * This software is distributed under the terms of the Apache version 2 licence, * 0005 * copied verbatim in the file "LICENSE". * 0006 * * 0007 * In applying this licence, CERN does not waive the privileges and immunities * 0008 * granted to it by virtue of its status as an Intergovernmental Organization * 0009 * or submit itself to any jurisdiction. * 0010 \***********************************************************************************/ 0011 #ifndef GAUDIKERNEL_LISTITEM_H 0012 #define GAUDIKERNEL_LISTITEM_H 0013 0014 // Include files 0015 #if !defined( GAUDI_V22_API ) || defined( G22_NO_DEPRECATED ) 0016 # include "GaudiKernel/TypeNameString.h" 0017 typedef Gaudi::Utils::TypeNameString ListItem; 0018 #else 0019 # error "Deprecated header file, use TypeNameString.h instead" 0020 #endif 0021 0022 #endif /* GAUDIKERNEL_LISTITEM_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |