~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/xml_utils.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_xml_utils_h_
21
21
#define _iqxmlrpc_xml_utils_h_
22
22
 
 
23
#include "api_export.h"
 
24
 
23
25
#include <string>
24
 
#include "api_export.h"
25
26
 
26
27
namespace xmlpp {
27
28
  class Document;