]> saetta.ns0.it Git - libzakgflow/commitdiff
Added endEvent on the flow in ZakGFlowInstance.
authorAndrea Zagli <azagli@libero.it>
Wed, 16 Mar 2016 20:45:40 +0000 (21:45 +0100)
committerAndrea Zagli <azagli@libero.it>
Wed, 16 Mar 2016 20:45:40 +0000 (21:45 +0100)
src/instance.c

index f95e920b3a0432971f46025cfb1b5a8f40ab21c3..69cc3abc4258755031fb50918477de1c7ebb6785 100644 (file)
@@ -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);