libUPnP 1.8.4
ActionComplete.h
Go to the documentation of this file.
1
2#ifndef ACTIONCOMPLETE_H
3#define ACTIONCOMPLETE_H
4
5
14#define CLASS UpnpActionComplete
15
16#define EXPAND_CLASS_MEMBERS(CLASS) \
17 EXPAND_CLASS_MEMBER_INT(CLASS, ErrCode, int) \
18 EXPAND_CLASS_MEMBER_STRING(CLASS, CtrlUrl) \
19 EXPAND_CLASS_MEMBER_INT(CLASS, ActionRequest, IXML_Document *) \
20 EXPAND_CLASS_MEMBER_INT(CLASS, ActionResult, IXML_Document *) \
21
22#include "TemplateInclude.h"
23
24
25#endif /* ACTIONCOMPLETE_H */
26
Templates for include files of objects.