On 20 Sep 2000 [EMAIL PROTECTED] wrote:

> auriemma    00/09/20 14:12:03
> 
>   Modified:    c/src/XPath XPathEnvSupportDefault.cpp
>                         XPathEnvSupportDefault.hpp
>   Log:
>   Resolve scope for AIX.
>   
>   Revision  Changes    Path
>   1.20      +2 -2      xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp
>   
>   Index: XPathEnvSupportDefault.cpp
>   ===================================================================
>   RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp,v
>   retrieving revision 1.19
>   retrieving revision 1.20
>   diff -u -r1.19 -r1.20
>   --- XPathEnvSupportDefault.cpp      2000/09/19 14:56:34     1.19
>   +++ XPathEnvSupportDefault.cpp      2000/09/20 21:12:02     1.20
>   @@ -535,10 +535,10 @@
>    
>    
>    void
>   
> -XPathEnvSupportDefault::NamespaceFunctionTableDeleteFunctor::operator()(const
>  NamespaceFunctionTablesType::value_type&     thePair) const
>   
> +XPathEnvSupportDefault::NamespaceFunctionTableDeleteFunctor::operator()(const
>  NamespaceFunctionTablesInnerType::value_type&        thePair) const
>    {
>       // Clean up the extension namespaces vector
>       for_each(thePair.second.begin(),
>                        thePair.second.end(),
>   -                    MapValueDeleteFunctor<FunctionTableType>());
>   +                    MapValueDeleteFunctor<FunctionTableInnerType>());
>    }
>   
>   
>   
>   1.17      +3 -3      xml-xalan/c/src/XPath/XPathEnvSupportDefault.hpp
>   
>   Index: XPathEnvSupportDefault.hpp
>   ===================================================================
>   RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEnvSupportDefault.hpp,v
>   retrieving revision 1.16
>   retrieving revision 1.17
>   diff -u -r1.16 -r1.17
>   --- XPathEnvSupportDefault.hpp      2000/09/20 19:44:28     1.16
>   +++ XPathEnvSupportDefault.hpp      2000/09/20 21:12:03     1.17
>   @@ -247,8 +247,8 @@
>       // Delete functor for table cleanup...
>       struct NamespaceFunctionTableDeleteFunctor
>       {
>   -           typedef XPathEnvSupportDefault::FunctionTableType               
>         FunctionTableType;
>   -           typedef XPathEnvSupportDefault::NamespaceFunctionTablesType     
>         NamespaceFunctionTablesType;
>   +           typedef FunctionTableType                               
> FunctionTableInnerType;
>   +           typedef NamespaceFunctionTablesType             
> NamespaceFunctionTablesInnerType;
>    
>               /**
>                * Delete the value object in a map value pair.  The value of 
> the pair must
>   @@ -257,7 +257,7 @@
>                * @param thePair key-value pair
>                */
>               void
>   -           operator()(const NamespaceFunctionTablesType::value_type&       
> thePair) const;
>   +           operator()(const NamespaceFunctionTablesInnerType::value_type&  
> thePair) const;
>       };
>    
>    protected:
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to