[csdoc-patches] CVS: csdoc/src/csdoc rootcontext.cs,1.2,1.3 ChangeLog,1.18,1.19
Status: Planning
Brought to you by:
mastergaurav
From: Gaurav V. <mas...@us...> - 2003-03-28 14:29:42
|
Update of /cvsroot/csdoc/csdoc/src/csdoc In directory sc8-pr-cvs1:/tmp/cvs-serv8760 Modified Files: rootcontext.cs ChangeLog Log Message: 2003-03-28 * rootcontext.cs : Set the type of AttributeTypes Index: rootcontext.cs =================================================================== RCS file: /cvsroot/csdoc/csdoc/src/csdoc/rootcontext.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rootcontext.cs 28 Mar 2003 14:06:26 -0000 1.2 +++ rootcontext.cs 28 Mar 2003 14:29:37 -0000 1.3 @@ -79,7 +79,7 @@ /// <remarks> /// Added by Gaurav Vaish /// </remarks> - public static AttributeTypes + public static ArrayList AttributeTypes { get { Index: ChangeLog =================================================================== RCS file: /cvsroot/csdoc/csdoc/src/csdoc/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 28 Mar 2003 14:22:12 -0000 1.18 +++ ChangeLog 28 Mar 2003 14:29:38 -0000 1.19 @@ -1,6 +1,10 @@ 2003-03-28 Gaurav Vaish <mastergaurav AT users DOT sf DOT net> + * rootcontext.cs : Set the type of AttributeTypes + +2003-03-28 Gaurav Vaish <mastergaurav AT users DOT sf DOT net> + * class.cs : BaseType { get; } - Added 2003-03-28 Gaurav Vaish <mastergaurav AT users DOT sf DOT net> |