~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/parser.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_parser_h_
21
21
#define _iqxmlrpc_parser_h_
22
22
 
 
23
#include "sysinc.h"
 
24
 
 
25
#include <libxml++/libxml++.h>
 
26
 
 
27
#include <string>
23
28
#include <vector>
24
 
#include <string>
25
 
#include <libxml++/libxml++.h>
26
29
 
27
30
namespace iqxmlrpc {
28
31