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

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

[Dotgnu-pnet-commits] pnetlib/System.EnterpriseServices ApplicationIDAtt


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.EnterpriseServices ApplicationIDAttribute.cs, 1.1, 1.2 ContextUtil.cs, 1.1, 1.2
Date: Mon, 29 Sep 2003 00:23:51 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.EnterpriseServices
In directory subversions:/tmp/cvs-serv23638/System.EnterpriseServices

Modified Files:
        ApplicationIDAttribute.cs ContextUtil.cs 
Log Message:


ECMA fixes.


Index: ContextUtil.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.EnterpriseServices/ContextUtil.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ContextUtil.cs      21 Sep 2003 07:56:40 -0000      1.1
--- ContextUtil.cs      29 Sep 2003 00:23:49 -0000      1.2
***************
*** 128,132 ****
--- 128,136 ----
                                get
                                {
+                               #if !ECMA_COMPAT
                                        throw new 
PlatformNotSupportedException();
+                               #else
+                                       throw new NotSupportedException();
+                               #endif
                                }
                        }
***************
*** 147,151 ****
--- 151,159 ----
        public static Object GetNamedProperty(String name)
                        {
+                       #if !ECMA_COMPAT
                                throw new PlatformNotSupportedException();
+                       #else
+                               throw new NotSupportedException();
+                       #endif
                        }
  

Index: ApplicationIDAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.EnterpriseServices/ApplicationIDAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ApplicationIDAttribute.cs   21 Sep 2003 07:56:40 -0000      1.1
--- ApplicationIDAttribute.cs   29 Sep 2003 00:23:49 -0000      1.2
***************
*** 39,43 ****
--- 39,45 ----
        public ApplicationIDAttribute(String guid)
                        {
+ #if !ECMA_COMPAT
                                this.guid = new Guid(guid);
+ #endif
                        }
  





reply via email to

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