The Gaudi Framework  v30r3 (a5ef0a68)
DataObjIDProperty.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_DATAOBJIDPROPERTY_H
2 #define GAUDIKERNEL_DATAOBJIDPROPERTY_H 1
3 
5 #include "GaudiKernel/Property.h"
6 
7 [[deprecated( "replace DataObjIDProperty by Gaudi::Property<DataObjID>" )]] typedef Gaudi::Property<DataObjID>
9 
10 [[deprecated(
11  "replace DataObjIDCollProperty by Gaudi::Property<DataObjIDColl>" )]] typedef Gaudi::Property<DataObjIDColl>
13 
14 #endif
Implementation of property with value of concrete type.
Definition: Property.h:381
Gaudi::Property< DataObjID > DataObjIDProperty
Gaudi::Property< DataObjIDColl > DataObjIDCollProperty