GATE
|
Interface to cover executable (runnable) code. More...
#include <objects.h>
Public Member Functions | |
gate_result_t | run () |
Executes code covered by this interface. | |
Public Member Functions inherited from gate_object_t | |
char const * | get_interface_name () |
Returns on object's interface path name. | |
void | release () |
Decrease object's reference counter, releases the object when count reaches zero. | |
int | retain () |
Increase object's reference counter. | |
Interface to cover executable (runnable) code.