From owner-freebsd-libh Wed Apr 17 6:29:30 2002 Delivered-To: freebsd-libh@freebsd.org Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by hub.freebsd.org (Postfix) with ESMTP id 7706F37B405 for ; Wed, 17 Apr 2002 06:29:25 -0700 (PDT) Received: from multivac.sdsc.edu (multivac.sdsc.edu [132.249.20.57]) by postal.sdsc.edu (8.11.6/8.11.6/server/36) with ESMTP id g3HDTO702633; Wed, 17 Apr 2002 06:29:25 -0700 (PDT) Received: by multivac (8.11.6+Sun/1.11-SolarisClient) id g3HDTO611051; Wed, 17 Apr 2002 06:29:24 -0700 (PDT) To: freebsd-libh@FreeBSD.ORG Subject: cleanup of HSystem 2nd try (stage 7) From: Max Okumoto Date: 17 Apr 2002 06:29:24 -0700 Message-ID: Lines: 23 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Changed name variable to const since it shouldn't change. --- include/HSystem.hh Wed Apr 17 06:10:28 2002 +++ include/HSystem.hh.stage1 Wed Apr 17 06:22:47 2002 @@ -27,7 +27,7 @@ * are those of the authors and should not be interpreted as representing * official policies, either expressed or implied, of the FreeBSD Project. * - * $FreeBSD: libh/include/HSystem.hh,v 1.11 2002/04/17 02:36:06 antoine Exp $ + * $FreeBSD: libh/include/HSystem.hh,v 1.9 2002/04/15 21:47:31 antoine Exp $ */ // -*- C++ -*- Sun Nov 29 1998 @@ -98,7 +98,7 @@ * @note This should be made private But this would require modifications * outside of HSystem.hh. */ - string name; + const string name; /** * Constructor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message