|
||||
File indexing completed on 2025-01-18 09:14:59
0001 #ifndef GAUDIPLUGINSERVICE_GAUDI_PLUGINSERVICE_H 0002 #define GAUDIPLUGINSERVICE_GAUDI_PLUGINSERVICE_H 0003 /*****************************************************************************\ 0004 * (c) Copyright 2013 CERN * 0005 * * 0006 * This software is distributed under the terms of the GNU General Public * 0007 * Licence version 3 (GPL Version 3), copied verbatim in the file "LICENCE". * 0008 * * 0009 * In applying this licence, CERN does not waive the privileges and immunities * 0010 * granted to it by virtue of its status as an Intergovernmental Organization * 0011 * or submit itself to any jurisdiction. * 0012 \*****************************************************************************/ 0013 0014 /// @author Marco Clemencic <marco.clemencic@cern.ch> 0015 /// See @ref GaudiPluginService-readme 0016 0017 #include "Gaudi/Details/PluginServiceCommon.h" 0018 0019 #if GAUDI_PLUGIN_SERVICE_USE_V2 0020 # include "Gaudi/PluginServiceV2.h" 0021 #else 0022 # include "Gaudi/PluginServiceV1.h" 0023 #endif 0024 0025 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |