Skip to content

Commit

Permalink
fix #641
Browse files Browse the repository at this point in the history
  • Loading branch information
dmokhnatkin committed Jan 15, 2020
1 parent 7873da0 commit b3235aa
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 b3235aa

Please sign in to comment.