This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System / System.Net.Sockets / SelectMode.cs
index 2a7dd031d4db610864beb3376b4722b76ab4141e..2fc360fda6b7ef5fb63d73a9a03dbec08fba1fe9 100644 (file)
@@ -1,39 +1,54 @@
-// SelectMode.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: AllTypes.xml\r
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Net.Sockets {\r
-\r
-\r
-       /// <summary>\r
-       /// <para> Specifies the mode used by the <see cref="M:System.Net.Sockets.Socket.Poll(System.Int32,System.Net.Sockets.SelectMode)" /> method of\r
-       ///    the <see cref="T:System.Net.Sockets.Socket" /> class.\r
-       ///    </para>\r
-       /// </summary>\r
-       /// <remarks>\r
-       /// <para>A <see cref="T:System.Net.Sockets.SelectMode" /> member specifies the\r
-       ///    status information (read, write, or error) to retrieve from the\r
-       ///    current <see cref="T:System.Net.Sockets.Socket" /> instance.</para>\r
-       /// </remarks>\r
-       public enum SelectMode {\r
-\r
-               /// <summary><para>Determine the read status of the current <see cref="T:System.Net.Sockets.Socket" /> \r
-               /// instance.</para></summary>\r
-               SelectRead = 0,\r
-\r
-               /// <summary><para>Determine the write status of the current <see cref="T:System.Net.Sockets.Socket" /> instance.</para></summary>\r
-               SelectWrite = 1,\r
-\r
-               /// <summary><para>Determine the error status of the current <see cref="T:System.Net.Sockets.Socket" /> \r
-               /// instance.</para></summary>\r
-               SelectError = 2,\r
-       } // SelectMode\r
-\r
-} // System.Net.Sockets\r
+// SelectMode.cs
+//
+// This code was automatically generated from
+// ECMA CLI XML Library Specification.
+// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
+// Created: Wed, 5 Sep 2001 06:32:30 UTC
+// Source file: AllTypes.xml
+// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+
+namespace System.Net.Sockets {
+
+
+       /// <summary>
+       /// </summary>
+       public enum SelectMode {
+
+               /// <summary>
+               /// </summary>
+               SelectRead = 0,
+
+               /// <summary>
+               /// </summary>
+               SelectWrite = 1,
+
+               /// <summary>
+               /// </summary>
+               SelectError = 2,
+       } // SelectMode
+
+} // System.Net.Sockets