|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A type that can be used as a service interface. More...
#include <service.h>
A type that can be used as a service interface.
A type that can serve as a service interface.
Service interfaces must be polymorphic (have virtual methods) and have a virtual destructor to ensure proper cleanup through base pointers.
Example usage: