Changes from V4.50 to V4.51...

The following list shows how the transition from V4.50 to V4.51 must be made in terms of new, changed, and deleted interface methods a/o arguments.

To ease the spreading towards the new COM module even if the readiness at intermediates and insurances is yet unknown, this new version natively can load, print and generate the V4.51 as well as the previous standard V4.50. So the implementation can be done now and the activation of the V4.51 standard afterwards!

IGeneralNotificationManager
  changed:   IGeneralNotificationManager::LoadXML(...) method can natively load The XML infosets of type generalNotification_451.xsd and generalNotification_450.xsd.
  changed:   The IGeneralNotificationManager::GetXML(...) method can natively produce XML infosets of type generalNotification_451.xsd and generalNotification_450.xsd.  
 
IGeneralNotificationRequest
  new:   The IGeneralNotificationRequest::SetLaw(...) method optionally can define the data for a applicable law (e.g. KVG|UVG|...) and its dependent information  
 
IGeneralNotificationResponse
  new:   The IGeneralNotificationResponse::GetLaw(...) method was included to retrieve the applicable law (e.g. KVG|UVG|...) and its dependent information.  
 
IAddress
    no changes