From: Oleg T. <he...@us...> - 2004-11-08 18:08:04
|
Update of /cvsroot/mvp-xml/Common/v1/src/XPath In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18718/v1/src/XPath Modified Files: IHasXPathNavigator.cs Log Message: Made IHasXPathNavigator public. Index: IHasXPathNavigator.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/IHasXPathNavigator.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- IHasXPathNavigator.cs 28 Oct 2004 18:20:19 -0000 1.1 +++ IHasXPathNavigator.cs 8 Nov 2004 18:07:55 -0000 1.2 @@ -9,7 +9,7 @@ /// <summary> /// Enables a class to return an XPathNavigator from the current context or position. /// </summary> - interface IHasXPathNavigator + public interface IHasXPathNavigator { /// <summary> /// Returns the XPathNavigator for the current context or position. |