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

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

[Dotgnu-pnet-commits] CVS: pnetlib/JScript/Vsa BaseVsaEngine.cs,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/JScript/Vsa BaseVsaEngine.cs,1.1,1.2 JScriptException.cs,1.1,1.2 VsaEngine.cs,1.2,1.3
Date: Fri, 14 Feb 2003 00:57:44 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/JScript/Vsa
In directory subversions:/tmp/cvs-serv746/JScript/Vsa

Modified Files:
        BaseVsaEngine.cs JScriptException.cs VsaEngine.cs 
Log Message:


Fix some problems with the ECMA-compatible build.


Index: BaseVsaEngine.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/JScript/Vsa/BaseVsaEngine.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BaseVsaEngine.cs    13 Jan 2003 10:53:21 -0000      1.1
--- BaseVsaEngine.cs    14 Feb 2003 05:57:41 -0000      1.2
***************
*** 726,729 ****
--- 726,730 ----
                        }
  
+ #if !ECMA_COMPAT
        // Other properties (not used by JScript).
        public _AppDomain AppDomain
***************
*** 740,743 ****
--- 741,745 ----
                                }
                        }
+ #endif
        public String ApplicationBase
                        {

Index: JScriptException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/JScript/Vsa/JScriptException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** JScriptException.cs 13 Jan 2003 10:53:21 -0000      1.1
--- JScriptException.cs 14 Feb 2003 05:57:41 -0000      1.2
***************
*** 26,30 ****
--- 26,32 ----
  using Microsoft.Vsa;
  
+ #if !ECMA_COMPAT
  [Serializable]
+ #endif
  public class JScriptException : ApplicationException, IVsaError
  {

Index: VsaEngine.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/JScript/Vsa/VsaEngine.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** VsaEngine.cs        14 Jan 2003 12:37:36 -0000      1.2
--- VsaEngine.cs        14 Feb 2003 05:57:41 -0000      1.3
***************
*** 193,198 ****
--- 193,200 ----
                                }
  
+ #if !ECMA_COMPAT
                                // Force a garbage collection to clean 
everything up.
                                GC.Collect();
+ #endif
                        }
  





reply via email to

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