~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/http.h

  • Committer: Anton Dedov
  • Date: 2010-07-26 20:35:31 UTC
  • Revision ID: adedov@gmail.com-20100726203531-5unndog5yqha83ws
Merge with mine adjustments:
 622. By james <james@jnb>  on 2010-06-04
 Refactore includes to fix Windows compile errors.
 lp:~kawninzx6/libiqxmlrpc/windowsBuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef _libiqxmlrpc_http_h_
19
19
#define _libiqxmlrpc_http_h_
20
20
 
 
21
#include "except.h"
 
22
#include "inet_addr.h"
 
23
 
 
24
#include <boost/function.hpp>
 
25
#include <boost/shared_ptr.hpp>
 
26
 
21
27
#include <map>
22
28
#include <string>
23
 
#include <boost/function.hpp>
24
 
#include <boost/shared_ptr.hpp>
25
 
#include "api_export.h"
26
 
#include "except.h"
27
 
#include "inet_addr.h"
28
29
 
29
30
namespace iqxmlrpc {
30
31