[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r62155 - trunk/mcs/class/corlib/System.Globalization
From:       "Zoltan Varga (vargaz AT gmail.com)" <mono-patches-list () lists ! ximian ! com>
Date:       2006-06-30 10:26:08
Message-ID: 20060630102608.6606D9472C () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: zoltan
Date: 2006-06-30 06:26:08 -0400 (Fri, 30 Jun 2006)
New Revision: 62155

Modified:
   trunk/mcs/class/corlib/System.Globalization/ChangeLog
   trunk/mcs/class/corlib/System.Globalization/CultureInfo.cs
Log:
2006-06-30  Zoltan Varga  <vargaz@gmail.com>

	* CultureInfo.cs: Add stubs for net 2.0 GetCultureInfo () methods.


Modified: trunk/mcs/class/corlib/System.Globalization/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Globalization/ChangeLog	2006-06-30 10:17:47 UTC (rev 62154)
+++ trunk/mcs/class/corlib/System.Globalization/ChangeLog	2006-06-30 10:26:08 UTC (rev 62155)
@@ -1,3 +1,7 @@
+2006-06-30  Zoltan Varga  <vargaz@gmail.com>
+
+	* CultureInfo.cs: Add stubs for net 2.0 GetCultureInfo () methods.
+
 2006-03-21  Atsushi Enomoto  <atsushi@ximian.com>
 
 	* HebrewCalrndar.cs : simply use CCHebrewCalendar.last_day_of_month().

Modified: trunk/mcs/class/corlib/System.Globalization/CultureInfo.cs
===================================================================
--- trunk/mcs/class/corlib/System.Globalization/CultureInfo.cs	2006-06-30 10:17:47 UTC (rev 62154)
+++ trunk/mcs/class/corlib/System.Globalization/CultureInfo.cs	2006-06-30 10:26:08 UTC (rev 62155)
@@ -617,6 +617,23 @@
 		// doing any member initialization
 		private CultureInfo () { constructed = true; } 
 
+#if NET_2_0
+		[MonoTODO]
+		public static CultureInfo GetCultureInfo (int culture) {
+			throw new NotImplementedException ();
+		}
+
+		[MonoTODO]
+		public static CultureInfo GetCultureInfo (string name) {
+			throw new NotImplementedException ();
+		}
+
+		[MonoTODO]
+		public static CultureInfo GetCultureInfo (string name, string altName) {
+			throw new NotImplementedException ();
+		}
+#endif
+
 		unsafe internal void ConstructCalendars ()
 		{
 			if (calendar_data == null) {

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic