ATLAS Offline Software
IItemListSvc.cxx
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // IItemListSvc.cxx
8 // Implementation file for class IItemListSvc
9 // Author: S.Binet<binet@cern.ch>
10 // B.Radics<radbal@cern.ch>
12 
13 // for size_t
14 #include <cstddef>
15 
16 // STL includes
17 #include <string>
18 #include <vector>
19 #include <map>
20 
21 // FrameWork includes
22 #include "GaudiKernel/INamedInterface.h"
23 
24 // AthenaKernel includes
26 
27 
28 // Destructor
31 {}
32 
IItemListSvc::~IItemListSvc
virtual ~IItemListSvc()
Definition: IItemListSvc.cxx:30
IItemListSvc.h