X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Messaging%2FSystem.Messaging%2FTrusteeType.cs;h=d87cebb46476d34796f2a6b4245f54fbd52892fa;hb=a341404ecdd3b5ca2ed0ab1e9a5bcb9b5ccd2566;hp=62bacb742124da6e7f04b69f0bbc47e29c574533;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/class/System.Messaging/System.Messaging/TrusteeType.cs b/mcs/class/System.Messaging/System.Messaging/TrusteeType.cs index 62bacb74212..d87cebb4647 100644 --- a/mcs/class/System.Messaging/System.Messaging/TrusteeType.cs +++ b/mcs/class/System.Messaging/System.Messaging/TrusteeType.cs @@ -1,11 +1,11 @@ -// -// System.Messaging -// -// Authors: -// Peter Van Isacker (sclytrack@planetinternet.be) -// -// (C) Ximian, Inc. http://www.ximian.com -// +// +// System.Messaging +// +// Authors: +// Peter Van Isacker (sclytrack@planetinternet.be) +// +// (C) Ximian, Inc. http://www.ximian.com +// // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,18 +27,18 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -using System; - -namespace System.Messaging -{ - [Serializable] - public enum TrusteeType - { - Alias = 4, - Computer = 5, - Domain = 3, - Group = 2, - Unknown = 0, - User = 1 - } -} +using System; + +namespace System.Messaging +{ + [Serializable] + public enum TrusteeType + { + Alias = 4, + Computer = 5, + Domain = 3, + Group = 2, + Unknown = 0, + User = 1 + } +}