Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a9307221

Von martin vor mehr als 15 Jahren hinzugefügt

  • ID a93072215fa48c7c61611bba2b02c84a123cc665
  • Vorgänger 39a66360
  • Nachfolger 7183059f

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

Unterschiede anzeigen:

plugins/dbio/csv/csv_p.h
static int GWEN_DBIO_CSV_Export(GWEN_DBIO *dbio,
GWEN_IO_LAYER *io,
GWEN_SYNCIO *sio,
GWEN_DB_NODE *data,
GWEN_DB_NODE *cfg,
uint32_t flags,
uint32_t guiid,
int msecs);
uint32_t flags);
static int GWEN_DBIO_CSV_Import(GWEN_DBIO *dbio,
GWEN_IO_LAYER *io,
GWEN_SYNCIO *sio,
GWEN_DB_NODE *data,
GWEN_DB_NODE *cfg,
uint32_t flags,
uint32_t guiid,
int msecs);
uint32_t flags);
static GWEN_DBIO_CHECKFILE_RESULT GWEN_DBIO_CSV_CheckFile(GWEN_DBIO *dbio, const char *fname,
uint32_t guiid, int msecs);
static GWEN_DBIO_CHECKFILE_RESULT GWEN_DBIO_CSV_CheckFile(GWEN_DBIO *dbio, const char *fname);
static int GWEN_DBIO_CSV__ReadLine(GWEN_FAST_BUFFER *fb,
GWEN_STRINGLIST *sl,
uint32_t guiid,
int msecs);
static int GWEN_DBIO_CSV__ReadLine(GWEN_FAST_BUFFER *fb, GWEN_STRINGLIST *sl);
#endif

Auch abrufbar als: Unified diff