pauldick    01/05/17 11:29:16

  Modified:    c/Tests/Memory Stressmem.cpp
  Log:
  Moved FileNameVectorType typedef to .hpp files in Harness
  
  Revision  Changes    Path
  1.12      +1 -10     xml-xalan/c/Tests/Memory/Stressmem.cpp
  
  Index: Stressmem.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Memory/Stressmem.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Stressmem.cpp     2001/05/15 16:22:19     1.11
  +++ Stressmem.cpp     2001/05/17 18:29:14     1.12
  @@ -205,18 +205,9 @@
        }
        
        // Add the path seperator to the end of the base directory
  -     append(basedir,pathSep);
  +     append(basedir, pathSep);
        return fSuccess;
   }
  -
  -
  -#if defined(XALAN_NO_NAMESPACES)
  -typedef vector<XalanDOMString>               FileNameVectorType;
  -#else
  -typedef std::vector<XalanDOMString>  FileNameVectorType;
  -#endif
  -
  -
   
   int
   main(
  
  
  

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

Reply via email to