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:

configure.ac
src/io/Makefile
src/iolayer/Makefile
src/sio/Makefile
src/ipc/Makefile
src/ipc/request/Makefile
src/os/Makefile
src/os/posix/Makefile
src/os/posix/system.h
......
#
# create header directory, make symlinks
#
HEADER_DIRS="src src/base src/crypt3 src/cryptmsg src/crypttoken src/io src/iolayer src/sio src/ipc src/ipc/request src/os src/os/${GWEN_OS} src/gui"
HEADER_DIRS="src src/base src/crypt3 src/cryptmsg src/crypttoken src/io src/iolayer src/sio src/os src/os/${GWEN_OS} src/gui"
HEADER_DIRS="${HEADER_DIRS} src/parser"
lprefix="${srcdir}"
lprefix=`( cd ${lprefix} ; pwd )`

Auch abrufbar als: Unified diff