#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for IInterface.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | IInterface |
class | InterfaceID |
Typedefs | |
typedef InterfaceID | IID |
Typedef for backward compatibility on existing code. More... | |
Functions | |
template<class I> bool | isValidInterface (I *i) |
|
Typedef for backward compatibility on existing code.
|
|
Templated function that throws an exception if the version if the interface implemented by the object behind the interface is incompatible. This is the case if the major version differs or that the minor version of the client is bigger than of the implementer.
|