From 90bfaea4c69773f4f252d06fad1147a718e8b863 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Fri, 6 Oct 2017 20:56:31 +0530 Subject: Initial support for event callbacks Add parser support for template rendering of events. Also defines the EventBase and Event classes. EventBase is parent of Event. Change-Id: I6b07b415acf510a8437529095bd489c0af73ddf5 Signed-off-by: Ratan Gupta --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c20b9dd..cf91619 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,8 @@ TEMPLATES = \ templates/elog.mako.cpp \ templates/errors.mako.hpp \ templates/method.mako.cpp \ - templates/resolve_errors.mako.cpp + templates/resolve_errors.mako.cpp \ + templates/event.mako.cpp generated.hpp: $(PDMGEN) $(YAML_PATH) $(TEMPLATES) $(AM_V_GEN)$(PYTHON) ${PDMGEN} \ -- cgit v1.2.1