Renamed files timer* to eventtimer*
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user