Jon Medhurst | aaf37a3 | 2013-06-11 12:10:56 +0100 | [diff] [blame^] | 1 | /** |
2 | * Copyright (C) ARM Limited 2013. All rights reserved. | ||||
3 | * | ||||
4 | * This program is free software; you can redistribute it and/or modify | ||||
5 | * it under the terms of the GNU General Public License version 2 as | ||||
6 | * published by the Free Software Foundation. | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef EVENTS_XML | ||||
10 | #define EVENTS_XML | ||||
11 | |||||
12 | class EventsXML { | ||||
13 | public: | ||||
14 | char* getXML(); | ||||
15 | void write(const char* path); | ||||
16 | }; | ||||
17 | |||||
18 | #endif // EVENTS_XML |