![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
A mock interface to support testing of the interface system. More...
Go to the source code of this file.
A mock interface to support testing of the interface system.
Definition in file say-hello.h.
#include "common/interface.h"Functions | |
| LUMIERA_INTERFACE_DECLARE (lumieraorg_testhello, 0, LUMIERA_INTERFACE_SLOT(void, hello,(void)), LUMIERA_INTERFACE_SLOT(void, goodbye,(const char *)),) | |
| mock interface which can greet in different languages | |
| LUMIERA_INTERFACE_DECLARE (lumieraorg_testtest, 0, LUMIERA_INTERFACE_SLOT(void, testit,(void)),) | |
| mock interface to test opening and closing of dependent interfaces | |
| LUMIERA_INTERFACE_DECLARE | ( | lumieraorg_testhello | , |
| 0 | , | ||
| LUMIERA_INTERFACE_SLOT(void, hello,(void)) | , | ||
| LUMIERA_INTERFACE_SLOT(void, goodbye,(const char *)) | |||
| ) |
mock interface which can greet in different languages
| LUMIERA_INTERFACE_DECLARE | ( | lumieraorg_testtest | , |
| 0 | , | ||
| LUMIERA_INTERFACE_SLOT(void, testit,(void)) | |||
| ) |
mock interface to test opening and closing of dependent interfaces