You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
@@ -1,4 +1,3 @@
|
||||
#if !MONO_FEATURE_NEW_TLS
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace System.Net {
|
||||
@@ -25,6 +24,10 @@ namespace System.Net {
|
||||
internal static void Enter(TraceSource traceSource, object obj, string method, object paramObject) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void Enter(TraceSource traceSource, string msg) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void Exception(TraceSource traceSource, object obj, string method, Exception e) {
|
||||
}
|
||||
@@ -33,10 +36,22 @@ namespace System.Net {
|
||||
internal static void Exit(TraceSource traceSource, object obj, string method, object retObject) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void Exit(TraceSource traceSource, string msg) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void PrintInfo(TraceSource traceSource, object obj, string method, string msg) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void PrintInfo(TraceSource traceSource, object obj, string msg) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void PrintInfo(TraceSource traceSource, string msg) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void PrintWarning(TraceSource traceSource, object obj, string method, string msg) {
|
||||
}
|
||||
@@ -44,6 +59,10 @@ namespace System.Net {
|
||||
[Conditional ("TRACE")]
|
||||
internal static void PrintWarning(TraceSource traceSource, string msg) {
|
||||
}
|
||||
|
||||
[Conditional ("TRACE")]
|
||||
internal static void PrintError(TraceSource traceSource, string msg) {
|
||||
}
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
@@ -55,4 +74,3 @@ namespace System.Net {
|
||||
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user