From 9a9610d1103ed27f02d3753daed5ed281a76ccfa Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 10:48:44 +0000 Subject: [PATCH] INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:39 np 1.2.4.1: #i53898# --- autodoc/inc/ary/idl/i_enumvalue.hxx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/autodoc/inc/ary/idl/i_enumvalue.hxx b/autodoc/inc/ary/idl/i_enumvalue.hxx index 794142468f4f..34005a95b88d 100644 --- a/autodoc/inc/ary/idl/i_enumvalue.hxx +++ b/autodoc/inc/ary/idl/i_enumvalue.hxx @@ -4,9 +4,9 @@ * * $RCSfile: i_enumvalue.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:08:10 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:48:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,9 +56,6 @@ namespace ifc_enumvalue } -/* OPEN? -*/ - /** @resp Represents an IDL enum value. */ @@ -74,11 +71,6 @@ class EnumValue : public CodeEntity Ce_id i_nNameRoom, const String & i_sInitValue ); ~EnumValue(); -#if ENABLE_UDM - static void SetupUdmTraits_( - udm::struct_traits & - o_rTraits ); -#endif // ENABLE_UDM // INQUIRY const String & Value() const; @@ -119,4 +111,3 @@ EnumValue::Value() const #endif -