auriemma    00/08/29 10:02:43

  Modified:    c/src/PlatformSupport DirectoryEnumerator.hpp
  Log:
  Made some minor changes to support UNIX platforms.
  
  Revision  Changes    Path
  1.11      +4 -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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DirectoryEnumerator.hpp   2000/08/25 21:17:24     1.10
  +++ DirectoryEnumerator.hpp   2000/08/29 17:02:43     1.11
  @@ -272,6 +272,10 @@
        }
   };
   #else
  +template<class CollectionType,
  +      class StringType = XalanDOMString,
  +      class FilterPredicateType = FilesOnlyFilterPredicate,
  +      class StringConversionFunction = c_wstr_functor>
   #if defined(XALAN_NO_NAMESPACES)
   struct DirectoryEnumeratorFunctor : public unary_function<StringType, 
CollectionType>
   #else
  
  
  

Reply via email to