~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/https_client.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_https_client_h_
19
19
#define _libiqxmlrpc_https_client_h_
20
20
 
21
 
#include <boost/scoped_ptr.hpp>
22
 
#include "api_export.h"
23
21
#include "client_conn.h"
24
22
#include "connection.h"
 
23
#include "reactor.h"
25
24
#include "ssl_connection.h"
26
 
#include "reactor.h"
 
25
 
 
26
#include <boost/scoped_ptr.hpp>
27
27
 
28
28
namespace iqxmlrpc
29
29
{