Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-09-26 14:04:08 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-09-26 14:04:08 +0300
commit258eb4aaf4ab516204263c80a3004da4da779752 (patch)
treef97ab0247bfd9f34eedeaa32b874119ea5115189
parente03483db1d3b6dc9f2bb8835bc7d2d1e37ef6550 (diff)
Apply changes from https://github.com/mono/mono/pull/17020 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Debugger.Soft.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Debugger.Soft.cs b/profiles/net_4_x/Mono.Debugger.Soft.cs
index 7d8eced..c5fcf2e 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -114,6 +114,7 @@ namespace Mono.Debugger.Soft
protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
+ protected abstract void TransportShutdown();
public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
}
public partial class CrashEvent : Mono.Debugger.Soft.Event