Changes from V4.40 to V4.50...

The following list shows how the transition from V4.40 to V4.50 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.50 as well as the previous standard V4.40. So the implementation can be done now and the activation of the V4.50 standard afterwards!

IGeneralNotificationManager
  changed:   IGeneralNotificationManager::LoadXML(...) method can natively load The XML infosets of type generalNotification_450.xsd and generalNotification_440.xsd.
  changed:   The IGeneralNotificationManager::GetXML(...) method can natively produce XML infosets of type generalNotification_450.xsd and generalNotification_440.xsd.  
  deleted:   The IGeneralNotificationManager::SetReply(...) method was moved into the IGeneralNotificationRequest interface  
 
IGeneralNotificationRequest
  new:   The IGeneralNotificationRequest::AddDocument(...) method can add an undefined number of JPG, PNG, and/or PDF documents  
  changed:   The IGeneralNotificationRequest::SetReply(...) method was moved into the IGeneralNotificationRequest interface  
 
IGeneralNotificationResponse
  new:   The iterator pair IGeneralNotificationResponse::GetFirstDocument(...) / IGeneralNotificationResponse::GetNextDocument(...) was included to retrieve added documents.  
 
IAddress
    no changes