Browse Source

fix typo

1.0.0
Georg Hopp 11 years ago
parent
commit
c00860f7ba
  1. 2
      include/tr/event_dispatcher.h

2
include/tr/event_dispatcher.h

@ -64,7 +64,7 @@ TR_CLASSVARS_DECL(TR_EventDispatcher) {
void TR_eventDispatcherRegisterHandler(TR_EventDispatcher, TR_EventHandler); void TR_eventDispatcherRegisterHandler(TR_EventDispatcher, TR_EventHandler);
void TR_eventDispatcherSetHeartbeat(TR_EventDispatcher, int); void TR_eventDispatcherSetHeartbeat(TR_EventDispatcher, int);
int TR_eventDispatcherGetBeatTime(TR_EventDispatcher); int TR_eventDispatcherGetBeatTime(TR_EventDispatcher);
int TR_eventDispatcherGerDataWaitTime(TR_EventDispatcher);
int TR_eventDispatcherGetDataWaitTime(TR_EventDispatcher);
void TR_eventDispatcherStart(TR_EventDispatcher); void TR_eventDispatcherStart(TR_EventDispatcher);
void TR_eventDispatcherShutdown(TR_EventDispatcher); void TR_eventDispatcherShutdown(TR_EventDispatcher);

Loading…
Cancel
Save