pauldick 01/06/06 10:12:04
Modified: c/Tests/Params Params.cpp
Log:
Additional Cleanup
Revision Changes Path
1.4 +3 -6 xml-xalan/c/Tests/Params/Params.cpp
Index: Params.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Params/Params.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Params.cpp 2001/06/04 21:24:54 1.3
+++ Params.cpp 2001/06/06 17:12:02 1.4
@@ -107,8 +107,8 @@
XalanDOMString& basedir,
XalanDOMString& outdir)
{
-bool fSuccess = true; // Used to continue argument loop
-bool fSetOut = true; // Set default output directory
+ bool fSuccess = true; // Used to continue argument loop
+ bool fSetOut = true; // Set default output directory
// Insure that required "-base" argument is there.
if (argc == 1 || argv[1][0] == '-')
@@ -186,6 +186,7 @@
return charAt(theFile, 12) - XalanUnicode::charDigit_0;
}
+
int
main(
int argc,
@@ -208,9 +209,6 @@
if (getParams(argc, argv, f, baseDir, outputRoot) == true)
{
- // Get the list of Directories that are below perf
- // const FileNameVectorType dirs =
f.getDirectoryNames(baseDir);
-
// Generate Unique Run id. (Only used to name the result
logfile.)
const XalanDOMString UniqRunid = f.GenerateUniqRunid();
@@ -254,7 +252,6 @@
const XalanDOMString
theXMLFile = f.GenerateFileName(theXSLFile,"xml");
const XalanDOMString theOutput
= outputRoot + xMan + pathSep + files[i];
const XalanDOMString
theOutputFile = f.GenerateFileName(theOutput, "out");
- const XalanDOMString testFile
= f.GenerateFileName(theXSLFile,"");
XSLTResultTarget
theResultTarget(theOutputFile);
const XSLTInputSource
xslInputSource(c_wstr(theXSLFile));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]