include
xmlrpcpp
XmlRpc.h
Go to the documentation of this file.
1
// this file modified by Morgan Quigley on 22 April 2008 to add
2
// a std::exception-derived class
3
#ifndef _XMLRPC_H_
4
#define _XMLRPC_H_
5
//
6
// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley
7
// This library is free software; you can redistribute it and/or
8
// modify it under the terms of the GNU Lesser General Public
9
// License as published by the Free Software Foundation; either
10
// version 2.1 of the License, or (at your option) any later version.
11
//
12
// This library is distributed in the hope that it will be useful,
13
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
// Lesser General Public License for more details.
16
//
17
// You should have received a copy of the GNU Lesser General Public
18
// License along with this library; if not, write to the Free Software
19
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20
//
21
22
#if defined(_MSC_VER)
23
# pragma warning(disable:4786) // identifier was truncated in debug info
24
#endif
25
26
#ifndef MAKEDEPEND
27
# include <string>
28
#endif
29
30
#include "
xmlrpcpp/XmlRpcClient.h
"
31
#include "
xmlrpcpp/XmlRpcException.h
"
32
#include "
xmlrpcpp/XmlRpcServer.h
"
33
#include "
xmlrpcpp/XmlRpcServerMethod.h
"
34
#include "
xmlrpcpp/XmlRpcValue.h
"
35
#include "
xmlrpcpp/XmlRpcUtil.h
"
36
37
#include <stdexcept>
38
39
#endif // _XMLRPC_H_
XmlRpcClient.h
XmlRpcValue.h
XmlRpcServer.h
XmlRpcServerMethod.h
XmlRpcException.h
XmlRpcUtil.h
xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:32