Revision a9307221
Von martin vor mehr als 15 Jahren hinzugefügt
gui/fox16/html/htmlctx.c | ||
---|---|---|
|
||
|
||
|
||
GWEN_XML_CONTEXT *HtmlCtx_new(uint32_t flags,
|
||
uint32_t guiid,
|
||
int timeout) {
|
||
GWEN_XML_CONTEXT *HtmlCtx_new(uint32_t flags) {
|
||
GWEN_XML_CONTEXT *ctx;
|
||
HTML_XMLCTX *xctx;
|
||
HTML_GROUP *g;
|
||
HTML_OBJECT *o;
|
||
|
||
/* create base object */
|
||
ctx=GWEN_XmlCtx_new(flags, guiid, timeout);
|
||
ctx=GWEN_XmlCtx_new(flags);
|
||
assert(ctx);
|
||
|
||
/* create and assign extension */
|
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