dbertoni    01/02/13 17:28:01

  Modified:    c/src/PlatformSupport DirectoryEnumerator.hpp
  Log:
  Fixed bug with xlC on AIX.
  
  Revision  Changes    Path
  1.21      +8 -0      xml-xalan/c/src/PlatformSupport/DirectoryEnumerator.hpp
  
  Index: DirectoryEnumerator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DirectoryEnumerator.hpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- DirectoryEnumerator.hpp   2001/02/08 21:36:30     1.20
  +++ DirectoryEnumerator.hpp   2001/02/14 01:28:00     1.21
  @@ -229,7 +229,11 @@
                        OutputIteratorType                      
theOutputIterator,
                        FilterPredicateType                     
theFilterPredicate,
                        StringConversionFunction        theConversionFunction,
  +#if defined(XALAN_TEMPLATE_FUNCTION_NO_DEFAULT_PARAMETERS)
  +                     bool                                            
fIncludeSelfAndParent)
  +#else
                        bool                                            
fIncludeSelfAndParent = false)
  +#endif
   {
   #if defined(_MSC_VER)
        FindFileStruct          theFindData;
  @@ -282,7 +286,11 @@
                        OutputIteratorType                      
theOutputIterator,
                        FilterPredicateType                     
theFilterPredicate,
                        StringConversionFunction        theConversionFunction,
  +#if defined(XALAN_TEMPLATE_FUNCTION_NO_DEFAULT_PARAMETERS)
  +                     bool                                            
fIncludeSelfAndParent)
  +#else
                        bool                                            
fIncludeSelfAndParent = false)
  +#endif
   {
        StringType      theFullSearchSpec(theDirectory);
   
  
  
  

Reply via email to