1 #ifndef __GAUDI_INTERFACES_IVALIDITY_H__
2 #define __GAUDI_INTERFACES_IVALIDITY_H__
4 #include "GaudiKernel/Kernel.h"
5 namespace Gaudi {
class Time; }
13 virtual bool isValid()
const = 0;
28 virtual void setValiditySince(
const Gaudi::Time&) = 0;
31 virtual void setValidityTill(
const Gaudi::Time&) = 0;
38 #endif // __GAUDI_INTERFACES_IVALIDITY_H__
Interface for objects with a validity.
Helper functions to set/get the application return code.