27 #ifndef COSMO_COMPONENT_STATUS_INTERFACE_H
28 #define COSMO_COMPONENT_STATUS_INTERFACE_H
30 #include <Pt/Cosmo/Api.h>
31 #include <Pt/Cosmo/IEnumerable.h>
37 class IDependencyInfo;
58 return onGetDependencies();
Core module.
Definition: Allocator.h:33
Enumerable interface.
Definition: IEnumerable.h:58
const IEnumerable< IDependencyInfo > & dependencies() const
Returns the dependency information for this component.
Definition: IComponentStatus.h:56
Component status interface.
Definition: IComponentStatus.h:47
virtual ~IComponentStatus()
Destructor.
Definition: IComponentStatus.h:51