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 SpcInfo.cs,1.1,1.2 TabInfo.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/Basic SpcInfo.cs,1.1,1.2 TabInfo.cs,1.1,1.2
Date: Thu, 29 May 2003 01:38:19 -0400

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

Modified Files:
        SpcInfo.cs TabInfo.cs 
Log Message:


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


Index: SpcInfo.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/SpcInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SpcInfo.cs  16 May 2003 05:35:00 -0000      1.1
--- SpcInfo.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 struct SpcInfo
  {

Index: TabInfo.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/TabInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** TabInfo.cs  16 May 2003 05:35:00 -0000      1.1
--- TabInfo.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 struct TabInfo
  {





reply via email to

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