From 08f5793f0c5e50fea71e416a3b391c618a2cab80 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 4 Jan 2008 11:57:34 +0000 Subject: INTEGRATION: CWS adc21 (1.8.6); FILE MERGED 2007/11/26 12:33:22 np 1.8.6.1: #i77437# --- autodoc/source/parser_i/idl/distrib.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/autodoc/source/parser_i/idl/distrib.cxx b/autodoc/source/parser_i/idl/distrib.cxx index 6e443af73327..37bdb4e72a6e 100644 --- a/autodoc/source/parser_i/idl/distrib.cxx +++ b/autodoc/source/parser_i/idl/distrib.cxx @@ -4,9 +4,9 @@ * * $RCSfile: distrib.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-11-02 17:05:11 $ + * last change: $Author: hr $ $Date: 2008-01-04 12:57:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,10 +58,10 @@ namespace uidl { TokenDistributor::TokenDistributor( ary::Repository & io_rRepository, - ParserInfo & io_rParserInfo ) + ParserInfo & io_rParserInfo ) : pTokenSource(0), - aProcessingData( io_rRepository, aDocumentation, io_rParserInfo ), - aDocumentation(io_rParserInfo) + aDocumentation(io_rParserInfo), + aProcessingData( io_rRepository, aDocumentation, io_rParserInfo ) { } -- cgit