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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.38,1.39


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.38,1.39
Date: Sat, 22 Feb 2003 21:28:21 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv26546/include

Modified Files:
        il_program.h 
Log Message:


Detect nested namespaces that aren't defined in the program but do
exist in the system library (Bug #2426).


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** il_program.h        20 Feb 2003 22:35:21 -0000      1.38
--- il_program.h        23 Feb 2003 02:28:19 -0000      1.39
***************
*** 799,802 ****
--- 799,808 ----
  
  /*
+  * Determine if a namespace is valid for a context.  A namespace
+  * is valid if there is at least one class with that namespace.
+  */
+ int ILClassNamespaceIsValid(ILContext *context, const char *nspace);
+ 
+ /*
   * Helper macros for querying information about a class.
   */





reply via email to

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