Renamed files timer* to eventtimer*

This commit is contained in:
Martin Preuss
2023-10-13 00:48:47 +02:00
parent 16e08d623d
commit a3f866f69c
5 changed files with 6 additions and 6 deletions

View File

@@ -48,14 +48,14 @@
<headers dist="true" install="$(pkgincludedir)/data" > <headers dist="true" install="$(pkgincludedir)/data" >
eventsubscription.h eventsubscription.h
timer.h eventtimer.h
eventhandler.h eventhandler.h
</headers> </headers>
<headers dist="true" > <headers dist="true" >
eventsubscription_p.h eventsubscription_p.h
timer_p.h eventtimer_p.h
eventhandler_p.h eventhandler_p.h
</headers> </headers>
@@ -64,7 +64,7 @@
$(local/typefiles) $(local/typefiles)
eventsubscription.c eventsubscription.c
timer.c eventtimer.c
eventhandler.c eventhandler.c
</sources> </sources>

View File

@@ -21,7 +21,7 @@ typedef struct AQH_EVENT_HANDLER AQH_EVENT_HANDLER;
GWEN_INHERIT_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQHOME_API) GWEN_INHERIT_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQHOME_API)
GWEN_LIST_FUNCTION_LIB_DEFS(AQH_EVENT_HANDLER, AQH_EventHandler, 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" #include "aqhome/events/eventsubscription.h"

View File

@@ -10,7 +10,7 @@
# include <config.h> # include <config.h>
#endif #endif
#include "./timer_p.h" #include "./eventtimer_p.h"
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>

View File

@@ -10,7 +10,7 @@
#define AQH_EVENT_TIMER_P_H #define AQH_EVENT_TIMER_P_H
#include "aqhome/events/timer.h" #include "aqhome/events/eventtimer.h"