Revision a9307221
Von martin vor mehr als 15 Jahren hinzugefügt
src/parser/xml.c | ||
---|---|---|
/***************************************************************************
|
||
$RCSfile$
|
||
-------------------
|
||
cvs : $Id$
|
||
begin : Sat Jun 28 2003
|
||
copyright : (C) 2003 by Martin Preuss
|
||
copyright : (C) 2003-2010 by Martin Preuss
|
||
email : martin@libchipcard.de
|
||
|
||
***************************************************************************
|
||
... | ... | |
#include <gwenhywfar/text.h>
|
||
#include <gwenhywfar/path.h>
|
||
#include <gwenhywfar/fastbuffer.h>
|
||
#include <gwenhywfar/io_file.h>
|
||
#include <gwenhywfar/io_memory.h>
|
||
#include <gwenhywfar/io_buffered.h>
|
||
#include <gwenhywfar/iomanager.h>
|
||
#include <gwenhywfar/syncio_file.h>
|
||
#include <gwenhywfar/syncio_memory.h>
|
||
|
||
#include <stdlib.h>
|
||
#include <assert.h>
|
Auch abrufbar als: Unified diff
Started moving to new synchronous IO framework.
We need to adapt AqBanking as well because now the DBIO functions use
GWEN_SYNCIO pointers instead of GWEN_IO_LAYER pointers.
Since we don't need guiid and timeout arguments for the new sync io functions
they have been removed now.
Removed IPC code.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1724 70169cfe-8b10-0410-8925-dcb4b91034d8