The Gaudi Framework  v30r3 (a5ef0a68)
PluginService.h
Go to the documentation of this file.
1 #ifndef _GAUDI_PLUGIN_SERVICE_H_
2 #define _GAUDI_PLUGIN_SERVICE_H_
3 /*****************************************************************************\
4 * (c) Copyright 2013 CERN *
5 * *
6 * This software is distributed under the terms of the GNU General Public *
7 * Licence version 3 (GPL Version 3), copied verbatim in the file "LICENCE". *
8 * *
9 * In applying this licence, CERN does not waive the privileges and immunities *
10 * granted to it by virtue of its status as an Intergovernmental Organization *
11 * or submit itself to any jurisdiction. *
12 \*****************************************************************************/
13 
16 
18 
19 #if GAUDI_PLUGIN_SERVICE_USE_V2
20 #include "Gaudi/PluginServiceV2.h"
21 #else
22 #include "Gaudi/PluginServiceV1.h"
23 #endif
24 
25 #endif