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

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

[Dotgnu-pnet-commits] CVS: pnetlib/Basic/CompilerServices BooleanType.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/Basic/CompilerServices BooleanType.cs,1.2,1.3 ByteType.cs,1.3,1.4 CharArrayType.cs,1.2,1.3 CharType.cs,1.2,1.3 DateType.cs,1.2,1.3 DecimalType.cs,1.3,1.4 DoubleType.cs,1.3,1.4 ExceptionUtils.cs,1.1,1.2 FlowControl.cs,1.2,1.3 HostServices.cs,1.1,1.2 IVbHost.cs,1.2,1.3 IncompleteInitialization.cs,1.1,1.2 IntegerType.cs,1.3,1.4 LateBinding.cs,1.1,1.2 LongType.cs,1.3,1.4 ObjectType.cs,1.3,1.4 OptionCompareAttribute.cs,1.1,1.2 OptionTextAttribute.cs,1.1,1.2 ProjectData.cs,1.3,1.4 ShortType.cs,1.3,1.4 SingleType.cs,1.3,1.4 StandardModuleAttribute.cs,1.1,1.2 StaticLocalInitFlag.cs,1.1,1.2 StringType.cs,1.2,1.3 Utils.cs,1.2,1.3
Date: Thu, 29 May 2003 01:38:19 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices
In directory subversions:/tmp/cvs-serv17776/Basic/CompilerServices

Modified Files:
        BooleanType.cs ByteType.cs CharArrayType.cs CharType.cs 
        DateType.cs DecimalType.cs DoubleType.cs ExceptionUtils.cs 
        FlowControl.cs HostServices.cs IVbHost.cs 
        IncompleteInitialization.cs IntegerType.cs LateBinding.cs 
        LongType.cs ObjectType.cs OptionCompareAttribute.cs 
        OptionTextAttribute.cs ProjectData.cs ShortType.cs 
        SingleType.cs StandardModuleAttribute.cs 
        StaticLocalInitFlag.cs StringType.cs Utils.cs 
Log Message:


Add new profile options - CONFIG_EXTENDED_DIAGNOSTICS,
CONFIG_COMPONENT_MODEL, CONFIG_COMPONENT_MODEL_DESIGN,
CONFIG_ISOLATED_STORAGE.


Index: BooleanType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/BooleanType.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** BooleanType.cs      22 May 2003 02:24:09 -0000      1.2
--- BooleanType.cs      29 May 2003 05:38:17 -0000      1.3
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class BooleanType
  {

Index: ByteType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ByteType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ByteType.cs 22 May 2003 07:25:29 -0000      1.3
--- ByteType.cs 29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class ByteType
  {

Index: CharArrayType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/CharArrayType.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** CharArrayType.cs    22 May 2003 02:24:09 -0000      1.2
--- CharArrayType.cs    29 May 2003 05:38:17 -0000      1.3
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class CharArrayType
  {

Index: CharType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/CharType.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** CharType.cs 22 May 2003 02:24:09 -0000      1.2
--- CharType.cs 29 May 2003 05:38:17 -0000      1.3
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class CharType
  {

Index: DateType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/DateType.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DateType.cs 22 May 2003 02:24:09 -0000      1.2
--- DateType.cs 29 May 2003 05:38:17 -0000      1.3
***************
*** 28,32 ****
--- 28,34 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class DateType
  {

Index: DecimalType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/DecimalType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DecimalType.cs      22 May 2003 07:25:29 -0000      1.3
--- DecimalType.cs      29 May 2003 05:38:17 -0000      1.4
***************
*** 28,32 ****
--- 28,34 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class DecimalType
  {

Index: DoubleType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/DoubleType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DoubleType.cs       22 May 2003 07:25:29 -0000      1.3
--- DoubleType.cs       29 May 2003 05:38:17 -0000      1.4
***************
*** 28,32 ****
--- 28,34 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class DoubleType
  {

Index: ExceptionUtils.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ExceptionUtils.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ExceptionUtils.cs   16 May 2003 05:35:00 -0000      1.1
--- ExceptionUtils.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class ExceptionUtils
  {

Index: FlowControl.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/FlowControl.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** FlowControl.cs      22 May 2003 07:25:29 -0000      1.2
--- FlowControl.cs      29 May 2003 05:38:17 -0000      1.3
***************
*** 28,32 ****
--- 28,34 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class FlowControl
  {

Index: HostServices.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/HostServices.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** HostServices.cs     16 May 2003 05:35:00 -0000      1.1
--- HostServices.cs     29 May 2003 05:38:17 -0000      1.2
***************
*** 26,30 ****
--- 26,32 ----
  using System.ComponentModel;
  
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class HostServices
  {

Index: IVbHost.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/IVbHost.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IVbHost.cs  22 May 2003 02:24:09 -0000      1.2
--- IVbHost.cs  29 May 2003 05:38:17 -0000      1.3
***************
*** 27,31 ****
--- 27,33 ----
  using System.Windows.Forms;
  
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public interface IVbHost
  {

Index: IncompleteInitialization.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/IncompleteInitialization.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IncompleteInitialization.cs 16 May 2003 05:35:00 -0000      1.1
--- IncompleteInitialization.cs 29 May 2003 05:38:17 -0000      1.2
***************
*** 26,30 ****
--- 26,32 ----
  using System.ComponentModel;
  
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class IncompleteInitialization : Exception
  {

Index: IntegerType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/IntegerType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IntegerType.cs      22 May 2003 07:25:29 -0000      1.3
--- IntegerType.cs      29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class IntegerType
  {

Index: LateBinding.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/LateBinding.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** LateBinding.cs      16 May 2003 05:35:00 -0000      1.1
--- LateBinding.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 28,32 ****
--- 28,34 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class LateBinding
  {

Index: LongType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/LongType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** LongType.cs 22 May 2003 07:25:29 -0000      1.3
--- LongType.cs 29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class LongType
  {

Index: ObjectType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ObjectType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ObjectType.cs       23 May 2003 01:08:15 -0000      1.3
--- ObjectType.cs       29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
--- 27,33 ----
  using System.Globalization;
  
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class ObjectType
  {

Index: OptionCompareAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/OptionCompareAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** OptionCompareAttribute.cs   16 May 2003 05:35:00 -0000      1.1
--- OptionCompareAttribute.cs   29 May 2003 05:38:17 -0000      1.2
***************
*** 28,32 ****
--- 28,34 ----
  [AttributeUsage(AttributeTargets.Parameter,
                                Inherited=false, AllowMultiple=false)]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class OptionCompareAttribute : Attribute
  {

Index: OptionTextAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/OptionTextAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** OptionTextAttribute.cs      16 May 2003 05:35:00 -0000      1.1
--- OptionTextAttribute.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 27,31 ****
--- 27,33 ----
  
  [AttributeUsage(AttributeTargets.Class, Inherited=false, AllowMultiple=false)]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class OptionTextAttribute : Attribute
  {

Index: ProjectData.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ProjectData.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ProjectData.cs      23 May 2003 01:08:15 -0000      1.3
--- ProjectData.cs      29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
--- 27,33 ----
  using System.Reflection;
  
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class ProjectData
  {

Index: ShortType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ShortType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ShortType.cs        22 May 2003 07:25:29 -0000      1.3
--- ShortType.cs        29 May 2003 05:38:17 -0000      1.4
***************
*** 27,31 ****
--- 27,33 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class ShortType
  {

Index: SingleType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/SingleType.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** SingleType.cs       22 May 2003 07:25:29 -0000      1.3
--- SingleType.cs       29 May 2003 05:38:17 -0000      1.4
***************
*** 28,32 ****
--- 28,34 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class SingleType
  {

Index: StandardModuleAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/StandardModuleAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StandardModuleAttribute.cs  16 May 2003 05:35:00 -0000      1.1
--- StandardModuleAttribute.cs  29 May 2003 05:38:17 -0000      1.2
***************
*** 27,31 ****
--- 27,33 ----
  
  [AttributeUsage(AttributeTargets.Class, Inherited=false, AllowMultiple=false)]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class StandardModuleAttribute : Attribute
  {

Index: StaticLocalInitFlag.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/StaticLocalInitFlag.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StaticLocalInitFlag.cs      16 May 2003 05:35:00 -0000      1.1
--- StaticLocalInitFlag.cs      29 May 2003 05:38:17 -0000      1.2
***************
*** 26,30 ****
--- 26,32 ----
  using System.ComponentModel;
  
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class StaticLocalInitFlag
  {

Index: StringType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/StringType.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** StringType.cs       22 May 2003 02:24:09 -0000      1.2
--- StringType.cs       29 May 2003 05:38:17 -0000      1.3
***************
*** 29,33 ****
--- 29,35 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class StringType
  {

Index: Utils.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/Utils.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Utils.cs    22 May 2003 02:24:09 -0000      1.2
--- Utils.cs    29 May 2003 05:38:17 -0000      1.3
***************
*** 31,35 ****
--- 31,37 ----
  
  [StandardModule]
+ #if CONFIG_COMPONENT_MODEL
  [EditorBrowsable(EditorBrowsableState.Never)]
+ #endif
  public sealed class Utils
  {





reply via email to

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