~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/except.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: except.cc,v 1.7 2006-09-07 09:35:41 adedov Exp $
19
19
 
 
20
#include "except.h"
 
21
 
20
22
#include <libxml++/libxml++.h>
 
23
 
21
24
#include <sstream>
22
 
#include "except.h"
23
25
 
24
26
using namespace iqxmlrpc;
25
27