libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
libiqxmlrpc.h
Go to the documentation of this file.
1 // Libiqxmlrpc - an object-oriented XML-RPC solution.
2 // Copyright (C) 2011 Anton Dedov
3 
14 #ifndef _libiqxmlrpc_h_
15 #define _libiqxmlrpc_h_
16 
17 #include "except.h"
18 #include "method.h"
19 #include "response.h"
20 #include "value.h"
21 
22 #endif