1 #ifndef GAUDIKERNEL_SERVICEHANDLE_H
2 #define GAUDIKERNEL_SERVICEHANDLE_H
19 class ServiceHandleProperty;
43 :
GaudiHandle<T>(serviceName,
"Service", theParentName)
145 inline std::ostream& operator<<( std::ostream& os, const ServiceHandle<T>& handle ) {
146 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
150 inline std::ostream& operator<<( std::ostream& os, const ServiceHandleArray<T>& handle ) {
151 return operator<<(os, static_cast<const GaudiHandleInfo&>(handle) );
154 #endif // ! GAUDIKERNEL_SERVICEHANDLE_H