Renamed files timer* to eventtimer*
This commit is contained in:
@@ -48,14 +48,14 @@
|
||||
|
||||
<headers dist="true" install="$(pkgincludedir)/data" >
|
||||
eventsubscription.h
|
||||
timer.h
|
||||
eventtimer.h
|
||||
eventhandler.h
|
||||
</headers>
|
||||
|
||||
|
||||
<headers dist="true" >
|
||||
eventsubscription_p.h
|
||||
timer_p.h
|
||||
eventtimer_p.h
|
||||
eventhandler_p.h
|
||||
</headers>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
$(local/typefiles)
|
||||
|
||||
eventsubscription.c
|
||||
timer.c
|
||||
eventtimer.c
|
||||
eventhandler.c
|
||||
</sources>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ typedef struct AQH_EVENT_HANDLER AQH_EVENT_HANDLER;
|
||||
GWEN_INHERIT_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQHOME_API)
|
||||
GWEN_LIST_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQH_EventHandler, AQHOME_API)
|
||||
|
||||
#include "aqhome/events/timer.h"
|
||||
#include "aqhome/events/eventtimer.h"
|
||||
#include "aqhome/events/eventsubscription.h"
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "./timer_p.h"
|
||||
#include "./eventtimer_p.h"
|
||||
|
||||
#include <gwenhywfar/debug.h>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#define AQH_EVENT_TIMER_P_H
|
||||
|
||||
|
||||
#include "aqhome/events/timer.h"
|
||||
#include "aqhome/events/eventtimer.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user