dbertoni    02/01/03 17:59:49

  Modified:    c/src/XSLT ElemLiteralResult.cpp ElemLiteralResult.hpp
  Log:
  Added overload of hidden virtual functon.
  
  Revision  Changes    Path
  1.46      +12 -0     xml-xalan/c/src/XSLT/ElemLiteralResult.cpp
  
  Index: ElemLiteralResult.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemLiteralResult.cpp,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- ElemLiteralResult.cpp     26 Nov 2001 23:20:04 -0000      1.45
  +++ ElemLiteralResult.cpp     4 Jan 2002 01:59:49 -0000       1.46
  @@ -356,6 +356,18 @@
   
   bool
   ElemLiteralResult::isAttrOK(
  +                     int                                             tok,
  +                     const XalanDOMChar*             attrName,
  +                     const AttributeList&    atts,
  +                     int                                             which) 
const
  +{
  +    return ElemUse::isAttrOK(tok, attrName, atts, which);
  +}
  +
  +
  +
  +bool
  +ElemLiteralResult::isAttrOK(
                        const XalanDOMChar*                             
attrName,
                        const AttributeList&                    /* atts */,
                        int                                                     
        /* which */,
  
  
  
  1.23      +7 -0      xml-xalan/c/src/XSLT/ElemLiteralResult.hpp
  
  Index: ElemLiteralResult.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemLiteralResult.hpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ElemLiteralResult.hpp     18 Sep 2001 16:29:43 -0000      1.22
  +++ ElemLiteralResult.hpp     4 Jan 2002 01:59:49 -0000       1.23
  @@ -111,6 +111,13 @@
   
        virtual bool
        isAttrOK(
  +                     int                                             tok,
  +                     const XalanDOMChar*             attrName,
  +                     const AttributeList&    atts,
  +                     int                                             which) 
const;
  +
  +     virtual bool
  +     isAttrOK(
                        const XalanDOMChar*                             
attrName,
                        const AttributeList&                    atts,
                        int                                                     
        which,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to