~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/parser_specific.cc

  • 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:
17
17
//
18
18
//  $Id: parser_specific.cc,v 1.12 2006-09-25 08:19:23 adedov Exp $
19
19
 
20
 
#include <iostream>
21
 
#include <sstream>
22
20
#include "parser_specific.h"
23
 
#include "value_type.h"
24
 
#include "value.h"
 
21
 
25
22
#include "except.h"
26
23
#include "utf_conv.h"
 
24
#include "value.h"
 
25
#include "value_type.h"
 
26
 
 
27
#include <sstream>
27
28
 
28
29
using namespace xmlpp;
29
30
using namespace iqxmlrpc;