From 2fcd01fb02d9a1d2ff93262b62db6aa641940143 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 10:49:07 +0000 Subject: INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:35:41 np 1.5.4.1: #i53898# --- autodoc/inc/ary_i/d_token.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'autodoc/inc/ary_i') diff --git a/autodoc/inc/ary_i/d_token.hxx b/autodoc/inc/ary_i/d_token.hxx index ddc43d2f08b9..42f4ab8e1d33 100644 --- a/autodoc/inc/ary_i/d_token.hxx +++ b/autodoc/inc/ary_i/d_token.hxx @@ -4,9 +4,9 @@ * * $RCSfile: d_token.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:25:10 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:49:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,11 +103,11 @@ class DT_MLTag : public DT_Dsapi class DT_MupType : public DT_MLTag { public: - DT_MupType( /// Constructor for End-Tag - bool i_bEnd ) /// Must be there, but is not evaluated. + explicit DT_MupType( /// Constructor for End-Tag + bool ) /// Must be there, but is not evaluated. : bIsBegin(false) {} DT_MupType( /// Constructor for Begin-Tag - const udmstri & i_sScope ) + const String & i_sScope ) : sScope(i_sScope), bIsBegin(true) {} virtual void DisplayAt( DocumentationDisplay & @@ -123,11 +123,11 @@ class DT_MupType : public DT_MLTag class DT_MupMember : public DT_MLTag { public: - DT_MupMember( /// Constructor for End-Tag - bool i_bEnd ) /// Must be there, but is not evaluated. + explicit DT_MupMember( /// Constructor for End-Tag + bool ) /// Must be there, but is not evaluated. : bIsBegin(false) {} DT_MupMember( /// Constructor for Begin-Tag - const udmstri & i_sScope ) + const String & i_sScope ) : sScope(i_sScope), bIsBegin(true) {} virtual void DisplayAt( DocumentationDisplay & -- cgit