INTEGRATION: CWS adc18 (1.4.2); FILE MERGED

2007/10/18 15:23:18 np 1.4.2.1: #i81775#
This commit is contained in:
Jens-Heiner Rechtien
2007-11-02 16:01:53 +00:00
parent 44880aa576
commit edb5641156

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: tkp_cpp.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: vg $ $Date: 2007-09-18 14:15:38 $
* last change: $Author: hr $ $Date: 2007-11-02 17:01:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,11 +69,10 @@ TokenParser_Cpp::AssignPartners( CharacterSource & io_rCharacterSource,
}
void
TokenParser_Cpp::StartNewFile( const udmstri & i_sFileName,
const csv::ploc::DirectoryChain & i_rFileSubPath )
TokenParser_Cpp::StartNewFile( const csv::ploc::Path & i_file )
{
csv_assert(pDealer != 0);
pDealer->StartNewFile(i_sFileName, i_rFileSubPath);
pDealer->StartNewFile(i_file);
csv_assert(pCharacterSource != 0);
Start(*pCharacterSource);