libUPnP  1.8.0
ActionComplete.h
Go to the documentation of this file.
1 
2 
3 #ifndef ACTIONCOMPLETE_H
4 #define ACTIONCOMPLETE_H
5 
6 
19 typedef struct s_UpnpActionComplete UpnpActionComplete;
20 
21 
22 #include "ixml.h" /* for IXML_Document */
23 #include "UpnpGlobal.h" /* for EXPORT_SPEC */
24 #include "UpnpString.h"
25 
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif /* __cplusplus */
30 
31 
38 
39 
46 
47 
53  const UpnpActionComplete *p);
54 
55 
63  const UpnpActionComplete *q);
64 
65 
71  const UpnpActionComplete *p);
72 
73 
81  int n);
82 
83 
91  const UpnpActionComplete *p);
92 
100  const UpnpActionComplete *p);
101 
102 
110  const UpnpString *s);
111 
112 
120  const char *s);
121 
122 
130  const UpnpActionComplete *p);
131 
132 
143  IXML_Document *d);
144 
145 
151  const UpnpActionComplete *p);
152 
153 
164  IXML_Document *d);
165 
166 
167 #ifdef __cplusplus
168 }
169 #endif /* __cplusplus */
170 
171 
172 #endif /* ACTIONCOMPLETE_H */
173