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