Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IDetDataSvc.h
Go to the documentation of this file.
1 //$Id: IDetDataSvc.h,v 1.4 2008/10/27 19:22:20 marcocle Exp $
2 #ifndef GAUDIKERNEL_IDETDATASVC_H
3 #define GAUDIKERNEL_IDETDATASVC_H 1
4 
5 // Base class
7 
8 // Forward declarations
9 namespace Gaudi { class Time; }
10 
12 //--------------------------------------------------------------------------
20 
21 class GAUDI_API IDetDataSvc: virtual public IInterface
22 {
23 public:
26 
28  virtual bool validEventTime() const = 0;
29 
31  virtual const Gaudi::Time& eventTime() const = 0;
32 
34  virtual void setEventTime( const Gaudi::Time& ) = 0;
35 };
36 
37 #endif // GAUDIKERNEL_IDETDATASVC_H

Generated at Wed Jan 30 2013 17:13:39 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004