From ddb974e0ae62da10b113f119b29c89579c68262d Mon Sep 17 00:00:00 2001 From: protohuf Date: Wed, 7 Apr 2021 20:25:08 +0200 Subject: [PATCH] Changed variable name of NormNodeHandle in NormEvent to match what is (#30) defined in normApi.h --- doc/NormDeveloperGuide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/NormDeveloperGuide.xml b/doc/NormDeveloperGuide.xml index 22a0dda..6900095 100644 --- a/doc/NormDeveloperGuide.xml +++ b/doc/NormDeveloperGuide.xml @@ -791,7 +791,7 @@ { NormEventType type; NormSessionHandle session; - NormNodeHandle node; + NormNodeHandle sender; NormObjectHandle object; } NormEvent; @@ -801,7 +801,7 @@ all NormEventType fields are relevant to all events. The session, - node, and object fields + sender, and object fields indicate the applicable NormSessionHandle,