Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ TR_CLASSVARS_DECL(TR_EventDispatcher) { | @@ -64,7 +64,7 @@ TR_CLASSVARS_DECL(TR_EventDispatcher) { | ||
64 | void TR_eventDispatcherRegisterHandler(TR_EventDispatcher, TR_EventHandler); | 64 | void TR_eventDispatcherRegisterHandler(TR_EventDispatcher, TR_EventHandler); |
65 | void TR_eventDispatcherSetHeartbeat(TR_EventDispatcher, int); | 65 | void TR_eventDispatcherSetHeartbeat(TR_EventDispatcher, int); |
66 | int TR_eventDispatcherGetBeatTime(TR_EventDispatcher); | 66 | int TR_eventDispatcherGetBeatTime(TR_EventDispatcher); |
67 | -int TR_eventDispatcherGerDataWaitTime(TR_EventDispatcher); | 67 | +int TR_eventDispatcherGetDataWaitTime(TR_EventDispatcher); |
68 | void TR_eventDispatcherStart(TR_EventDispatcher); | 68 | void TR_eventDispatcherStart(TR_EventDispatcher); |
69 | void TR_eventDispatcherShutdown(TR_EventDispatcher); | 69 | void TR_eventDispatcherShutdown(TR_EventDispatcher); |
70 | 70 |
Please
register
or
login
to post a comment