You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/04/18 17:28:17 UTC

cvs commit: xml-xalan/c/src/XSLT FunctionKey.hpp

dbertoni    00/04/18 08:28:17

  Modified:    c/src/XSLT FunctionKey.hpp
  Log:
  Removed redundant typedef.
  
  Revision  Changes    Path
  1.5       +0 -7      xml-xalan/c/src/XSLT/FunctionKey.hpp
  
  Index: FunctionKey.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/FunctionKey.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FunctionKey.hpp	2000/04/12 19:41:00	1.4
  +++ FunctionKey.hpp	2000/04/18 15:28:14	1.5
  @@ -72,7 +72,6 @@
   
   
   
  -class DOM_Node;
   class XObject;
   class XPathExecutionContext;
   
  @@ -83,12 +82,6 @@
   class XALAN_XSLT_EXPORT FunctionKey : public Function
   {
   public:
  -
  -#if defined(XALAN_NO_NAMESPACES)
  -	typedef vector<XObject*> XObjectPtrVectorType;
  -#else
  -	typedef std::vector<XObject*> XObjectPtrVectorType;
  -#endif 
   
   	FunctionKey();