From fa977ab9ffe257762bbed7b67ed9f09c6d111baf Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 16 Mar 2016 21:45:40 +0100 Subject: [PATCH] Added endEvent on the flow in ZakGFlowInstance. --- src/instance.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.49.0