7 #ifndef __plugin_test_xInterface_h__ 8 #define __plugin_test_xInterface_h__ 10 class FE_DL_PUBLIC MyComponentI:
15 virtual int test(
int i) = 0;
18 class FE_DL_PUBLIC MyComponent2I:
23 virtual int test(
int i) = 0;
Base for all interfacable components.
Definition: Component.h:20
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192