dbertoni    01/06/22 13:54:30

  Modified:    c/src/XalanTransformer XalanTransformer.hpp
  Log:
  Added const to vector typedefs.
  
  Revision  Changes    Path
  1.27      +2 -2      xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp
  
  Index: XalanTransformer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- XalanTransformer.hpp      2001/06/22 18:51:01     1.26
  +++ XalanTransformer.hpp      2001/06/22 20:54:29     1.27
  @@ -425,8 +425,8 @@
   
   
   #if defined(XALAN_NO_NAMESPACES)
  -     typedef vector<XalanCompiledStylesheet*>                        
CompiledStylesheetPtrVectorType;
  -     typedef vector<XalanParsedSource*>                                      
ParsedSourcePtrVectorType;
  +     typedef vector<const XalanCompiledStylesheet*>          
CompiledStylesheetPtrVectorType;
  +     typedef vector<const XalanParsedSource*>                        
ParsedSourcePtrVectorType;
        typedef pair<XalanDOMString, XalanDOMString>            ParamPairType;
        typedef vector<ParamPairType>                                           
ParamPairVectorType;
        typedef pair<QNameByValue, Function*>                           
FunctionPairType;
  
  
  

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

Reply via email to