You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jd...@locus.apache.org on 2000/03/08 21:58:03 UTC

cvs commit: xml-xalan/c/src/XPath XObjectFactoryDefault.hpp XPathFactoryDefault.hpp

jdonohue    00/03/08 12:58:03

  Modified:    c/src/XPath XObjectFactoryDefault.hpp
                        XPathFactoryDefault.hpp
  Log:
  Use set for collection type or error
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/c/src/XPath/XObjectFactoryDefault.hpp
  
  Index: XObjectFactoryDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XObjectFactoryDefault.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XObjectFactoryDefault.hpp	2000/03/07 16:13:44	1.3
  +++ XObjectFactoryDefault.hpp	2000/03/08 20:58:02	1.4
  @@ -67,7 +67,7 @@
   #if !defined(XALAN_XTREE_BUG)
   #include <set>
   #else
  -#include <vector>
  +#error Need to implement CollectionType as a vector
   #endif
   
   
  
  
  
  1.5       +2 -1      xml-xalan/c/src/XPath/XPathFactoryDefault.hpp
  
  Index: XPathFactoryDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathFactoryDefault.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XPathFactoryDefault.hpp	2000/03/07 16:13:44	1.4
  +++ XPathFactoryDefault.hpp	2000/03/08 20:58:03	1.5
  @@ -67,7 +67,7 @@
   #if !defined(XALAN_XTREE_BUG)
   #include <set>
   #else
  -#include <vector>
  +#error Need to implement CollectionType as a vector
   #endif
   
   
  @@ -79,6 +79,7 @@
   
   class XALAN_XPATH_EXPORT XPathFactoryDefault : public XPathFactory
   {
  +
   public:
   
   	explicit