You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@@ -77,6 +77,7 @@ namespace System.EnterpriseServices.CompensatingResourceManager {
|
||||
#endregion // Properties
|
||||
}
|
||||
|
||||
#pragma warning disable 649
|
||||
internal struct _LogRecord {
|
||||
|
||||
#region Fields
|
||||
@@ -87,4 +88,5 @@ namespace System.EnterpriseServices.CompensatingResourceManager {
|
||||
|
||||
#endregion // Fields
|
||||
}
|
||||
#pragma warning restore 649
|
||||
}
|
||||
|
||||
@@ -35,12 +35,13 @@ namespace System.EnterpriseServices {
|
||||
public sealed class RegistrationErrorInfo {
|
||||
|
||||
#region Fields
|
||||
|
||||
#pragma warning disable 649
|
||||
int errorCode;
|
||||
string errorString;
|
||||
string majorRef;
|
||||
string minorRef;
|
||||
string name;
|
||||
#pragma warning restore 649
|
||||
|
||||
#endregion // Fields
|
||||
|
||||
|
||||
@@ -36,8 +36,9 @@ namespace System.EnterpriseServices {
|
||||
public sealed class RegistrationException : SystemException {
|
||||
|
||||
#region Fields
|
||||
|
||||
#pragma warning disable 649
|
||||
RegistrationErrorInfo[] errorInfo;
|
||||
#pragma warning restore 649
|
||||
|
||||
#endregion // Fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user