Skip to content

Commit

Permalink
Merge pull request #642 from DMokhnatkin/master
Browse files Browse the repository at this point in the history
fix #641
  • Loading branch information
Dmitriy Mokhnatkin authored Jan 15, 2020
2 parents 7873da0 + b3235aa commit 27dd448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Proto/Events/DiadocMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ void AddRequestedSignatureRejection(
void AddXmlTorg12BuyerTitle([MarshalAs(UnmanagedType.IDispatch)] object attachment);
void AddXmlAcceptanceCertificateBuyerTitle([MarshalAs(UnmanagedType.IDispatch)] object attachment);
void AddResolution([MarshalAs(UnmanagedType.IDispatch)] object attachment);
void AddResolutionRequestAttachment([MarshalAs(UnmanagedType.IDispatch)] object attachment);
void AddRevocationRequestAttachment([MarshalAs(UnmanagedType.IDispatch)] object attachment);

void AddXmlSignatureRejectionAttachment([MarshalAs(UnmanagedType.IDispatch)] object attachment);
Expand Down

0 comments on commit 27dd448

Please sign in to comment.