libUPnP  1.8.4
Event.h
Go to the documentation of this file.
1 
2 #ifndef EVENT_H
3 #define EVENT_H
4 
5 
16 #define CLASS UpnpEvent
17 
18 #define EXPAND_CLASS_MEMBERS(CLASS) \
19  EXPAND_CLASS_MEMBER_INT(CLASS, EventKey, int) \
20  EXPAND_CLASS_MEMBER_INT(CLASS, ChangedVariables, IXML_Document *) \
21  EXPAND_CLASS_MEMBER_STRING(CLASS, SID) \
22 
23 #include "TemplateInclude.h"
24 
25 
26 #endif /* EVENT_H */
27 
Templates for include files of objects.