From: Andrea Zagli Date: Wed, 16 Mar 2016 20:45:40 +0000 (+0100) Subject: Added endEvent on the flow in ZakGFlowInstance. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=fa977ab9ffe257762bbed7b67ed9f09c6d111baf;p=libzakgflow Added endEvent on the flow in ZakGFlowInstance. --- diff --git a/src/instance.c b/src/instance.c index f95e920..69cc3ab 100644 --- a/src/instance.c +++ b/src/instance.c @@ -139,6 +139,10 @@ static GPtrArray } } } + else if (xmlStrcmp (cur->name, (const xmlChar *)"endEvent") == 0) + { + g_message ("%s: %s", cur->name, (gchar *)xmlGetProp (cur, (const xmlChar *)"name")); + } else { g_message ("Node %s not implemented.", cur->name);