libupnp/upnp/inc/Event.h

28 lines
472 B
C
Raw Normal View History

#ifndef EVENT_H
#define EVENT_H
/*!
* \file
*
* \brief UpnpEvent object declararion.
*
2010-09-11 23:06:59 +02:00
* Returned along with a \b UPNP_EVENT_RECEIVED callback.
*
* \author Marcelo Roberto Jimenez
*/
2010-09-11 23:06:59 +02:00
#define CLASS UpnpEvent
2010-09-11 23:06:59 +02:00
#define EXPAND_CLASS_MEMBERS(CLASS) \
EXPAND_CLASS_MEMBER_INT(CLASS, EventKey, int) \
EXPAND_CLASS_MEMBER_INT(CLASS, ChangedVariables, IXML_Document *) \
EXPAND_CLASS_MEMBER_STRING(CLASS, SID) \
2010-09-11 23:06:59 +02:00
#include "TemplateInclude.h"
#endif /* EVENT_H */