|
|
@ -41,10 +41,7 @@ static |
|
|
void |
|
|
void |
|
|
eventHandlerDtor(void * _this) {} |
|
|
eventHandlerDtor(void * _this) {} |
|
|
|
|
|
|
|
|
TR_INSTANCE(TR_Hash, _event_methods); |
|
|
|
|
|
TR_INIT_IFACE(TR_Class, eventHandlerCtor, eventHandlerDtor, NULL); |
|
|
TR_INIT_IFACE(TR_Class, eventHandlerCtor, eventHandlerDtor, NULL); |
|
|
TR_CREATE_CLASS(TR_EventHandler, NULL, NULL, TR_IF(TR_Class)) = { |
|
|
|
|
|
&(__event_methods.data) |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
TR_CREATE_CLASS(TR_EventHandler, NULL, NULL, TR_IF(TR_Class)) = { NULL }; |
|
|
|
|
|
|
|
|
// vim: set ts=4 sw=4: |
|
|
// vim: set ts=4 sw=4: |