Browse Source

Merge branch 'master' of https://github.com/Stasik0/Open62541

FlorianPalm 11 years ago
parent
commit
385c1bbfe1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      OPCUAServer/src/opcua_types.h

+ 2 - 2
OPCUAServer/src/opcua_types.h

@@ -767,13 +767,13 @@ T_RelativePath;
 */
 typedef struct _T_RequestHeader
 {
-//ToDo	struct BED_SessionAuthenticationToken authenticationToken;		//ToDo
+	UA_NodeId authenticationToken;
 	UA_DateTime timestamp;
 	T_IntegerId requestHandle;
 	UInt32 returnDiagnostics;
 	UA_String auditEntryId;
 	UInt32 timeoutHint;
-//ToDo	struct BED_ExtensibleParameterAdditionalHeader additionalHeader;		//ToDo
+	UA_ExpandedNodeId additionalHeader;
 }
 T_RequestHeader;