From 83e726c6a5d8c15e55c991854d60fc6d64744a2f Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Tue, 14 May 2002 08:02:21 +0000 Subject: #98964#, New layout for Autodoc-IDL-docu and some fixes for gcc --- autodoc/source/tools/filecoll.cxx | 32 +++----------------------------- autodoc/source/tools/tkpchars.cxx | 6 +++--- 2 files changed, 6 insertions(+), 32 deletions(-) (limited to 'autodoc/source/tools') diff --git a/autodoc/source/tools/filecoll.cxx b/autodoc/source/tools/filecoll.cxx index 6057c366080d..00d1912c4f5b 100644 --- a/autodoc/source/tools/filecoll.cxx +++ b/autodoc/source/tools/filecoll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filecoll.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-05-07 18:32:25 $ + * last change: $Author: np $ $Date: 2002-05-14 09:02:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ FileCollector::AddFilesFrom( const char * i_sRootDir, aPath << i_sRootDir << csv::ploc::Delimiter(); uintt nSubDirStart = aPath.tellp(); - DirNameList aSubDirs; + StringVector aSubDirs; aDir.GetContainedDirectories(aSubDirs); for ( const_iterator iter = aSubDirs.begin(); @@ -161,32 +161,6 @@ FileCollector::Size() const return aFoundFiles.size(); } -void -FileCollector::GetSubDirectories( DirNameList & o_rList, - const char * i_sParentDir ) -{ - csv::ploc::Directory aSubDirs(i_sParentDir); - aSubDirs.GetContainedDirectories(o_rList); -} - -void -FileCollector::GetFiles( FileNameList & o_rList, - const char * i_sParentDir, - const char * i_sFilter ) -{ - // Alife sign: - Cout() << "." << Flush(); - - csv::ploc::Directory aDir(i_sParentDir); - if (NOT aDir.Exists()) - { - Cerr() << "Error: The path for the files to be parsed could not be found." - << Endl(); - return; - } - - aDir.GetContainedFiles(o_rList, i_sFilter); -} diff --git a/autodoc/source/tools/tkpchars.cxx b/autodoc/source/tools/tkpchars.cxx index 5d23e65ba22f..a6a62a6bc635 100644 --- a/autodoc/source/tools/tkpchars.cxx +++ b/autodoc/source/tools/tkpchars.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tkpchars.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:36 $ + * last change: $Author: np $ $Date: 2002-05-14 09:02:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ CharacterSource::BeginSource() } /// KORR: So far, this works only when tokens do not cross inserted text boundaries. -const char & +char CharacterSource::MoveOn_OverStack() { while ( aSourcesStack.size() > 0 AND nCurPos >= nSourceSize-1 ) -- cgit