From febe35e3fa5d8ac027b914f14991c95846f49251 Mon Sep 17 00:00:00 2001 From: Drew Richardson Date: Mon, 17 Jun 2013 12:00:00 -0700 Subject: gator: Version 5.15 Signed-off-by: Drew Richardson --- daemon/EventsXML.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 daemon/EventsXML.h (limited to 'daemon/EventsXML.h') diff --git a/daemon/EventsXML.h b/daemon/EventsXML.h new file mode 100644 index 0000000..8e693ef --- /dev/null +++ b/daemon/EventsXML.h @@ -0,0 +1,18 @@ +/** + * Copyright (C) ARM Limited 2013. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef EVENTS_XML +#define EVENTS_XML + +class EventsXML { +public: + char* getXML(); + void write(const char* path); +}; + +#endif // EVENTS_XML -- cgit v1.2.3