~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/util.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:
20
20
#ifndef _iqxmlrpc_util_h_
21
21
#define _iqxmlrpc_util_h_
22
22
 
 
23
#include "lock.h"
 
24
 
 
25
#include <boost/utility.hpp>
 
26
 
23
27
#include <functional>
24
28
#include <memory>
25
 
#include <boost/utility.hpp>
26
 
#include "libiqxmlrpc/lock.h"
27
29
 
28
30
namespace iqxmlrpc {
29
31
namespace util {