diff options
Diffstat (limited to 'autodoc/source/parser')
-rw-r--r-- | autodoc/source/parser/cpp/prs_cpp.cxx | 6 | ||||
-rw-r--r-- | autodoc/source/parser/inc/cpp/prs_cpp.hxx | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/autodoc/source/parser/cpp/prs_cpp.cxx b/autodoc/source/parser/cpp/prs_cpp.cxx index 690dc1fa91dac..76ec57c558afb 100644 --- a/autodoc/source/parser/cpp/prs_cpp.cxx +++ b/autodoc/source/parser/cpp/prs_cpp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: prs_cpp.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:32 $ + * last change: $Author: np $ $Date: 2002-11-14 18:02:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,7 +141,7 @@ Cpluplus_Parser::Setup( ary::Repository & o_rRepository, void Cpluplus_Parser::Run( const udmstri & i_sProjectName, - csv::ploc::Path & i_rProjectRootDirectory, + const csv::ploc::Path & i_rProjectRootDirectory, const autodoc::FileCollector_Ifc & i_rFiles ) { pRunningData->aDealer.StartNewProject( i_sProjectName, i_rProjectRootDirectory ); diff --git a/autodoc/source/parser/inc/cpp/prs_cpp.hxx b/autodoc/source/parser/inc/cpp/prs_cpp.hxx index aab0aa91aa1a2..0772580efb4b7 100644 --- a/autodoc/source/parser/inc/cpp/prs_cpp.hxx +++ b/autodoc/source/parser/inc/cpp/prs_cpp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: prs_cpp.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:33 $ + * last change: $Author: np $ $Date: 2002-11-14 18:02:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,8 @@ class Cpluplus_Parser : public autodoc::CodeParser_Ifc virtual void Run( const udmstri & i_sProjectName, - csv::ploc::Path & i_rProjectRootDirectory, + const csv::ploc::Path & + i_rProjectRootDirectory, const autodoc::FileCollector_Ifc & i_rFiles ); private: |