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

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

[Dotgnu-pnet-commits] CVS: pnet/csdoc doc_valil.c,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csdoc doc_valil.c,1.9,1.10
Date: Wed, 20 Nov 2002 20:23:59 -0500

Update of /cvsroot/dotgnu-pnet/pnet/csdoc
In directory subversions:/tmp/cvs-serv19611/csdoc

Modified Files:
        doc_valil.c 
Log Message:


Handle references to attributes in foreign assemblies.


Index: doc_valil.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csdoc/doc_valil.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** doc_valil.c 21 Nov 2002 01:15:37 -0000      1.9
--- doc_valil.c 21 Nov 2002 01:23:57 -0000      1.10
***************
*** 1298,1302 ****
  
        /* If the attribute is private, and not "TODO", then bail out */
!       if(ILClass_IsPrivate(ILMethod_Owner(method)) &&
           strcmp(name, "TODOAttribute") != 0)
        {
--- 1298,1303 ----
  
        /* If the attribute is private, and not "TODO", then bail out */
!       if((ILClass_IsPrivate(ILMethod_Owner(method)) &&
!           !ILClassIsRef(ILMethod_Owner(method))) &&
           strcmp(name, "TODOAttribute") != 0)
        {





reply via email to

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