dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System/ComponentModel MemberDescriptor.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System/ComponentModel MemberDescriptor.cs, 1.4, 1.5 TypeDescriptor.cs, 1.4, 1.5 Win32Exception.cs, 1.10, 1.11
Date: Mon, 29 Sep 2003 03:56:40 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel
In directory subversions:/tmp/cvs-serv28227/System/ComponentModel

Modified Files:
        MemberDescriptor.cs TypeDescriptor.cs Win32Exception.cs 
Log Message:


More fixes for build profiles, particularly those lacking floating point.


Index: TypeDescriptor.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/TypeDescriptor.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TypeDescriptor.cs   17 Sep 2003 02:02:55 -0000      1.4
--- TypeDescriptor.cs   29 Sep 2003 03:56:38 -0000      1.5
***************
*** 58,61 ****
--- 58,63 ----
                        }
  
+ #if CONFIG_COMPONENT_MODEL_DESIGN
+ 
        // Create a designer for a specific component.
        public static IDesigner CreateDesigner
***************
*** 106,109 ****
--- 108,113 ----
                                return null;
                        }
+ 
+ #endif // CONFIG_COMPONENT_MODEL_DESIGN
  
        // Create a new event descriptor.

Index: Win32Exception.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Win32Exception.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Win32Exception.cs   16 Sep 2003 22:00:18 -0000      1.10
--- Win32Exception.cs   29 Sep 2003 03:56:38 -0000      1.11
***************
*** 30,34 ****
--- 30,36 ----
  
  [Serializable]
+ #if CONFIG_PERMISSIONS
  [SuppressUnmanagedCodeSecurity]
+ #endif
  public class Win32Exception : ExternalException
  {

Index: MemberDescriptor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/MemberDescriptor.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MemberDescriptor.cs 17 Sep 2003 02:02:55 -0000      1.4
--- MemberDescriptor.cs 29 Sep 2003 03:56:38 -0000      1.5
***************
*** 341,344 ****
--- 341,345 ----
                                        return component;
                                }
+                       #if CONFIG_COMPONENT_MODEL_DESIGN
                                IDesignerHost host = (IDesignerHost)
                                        site.GetService(typeof(IDesignerHost));
***************
*** 354,357 ****
--- 355,361 ----
                                }
                                return designer;
+                       #else
+                               return component;
+                       #endif
                        }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]