Date: 17 Apr 2002 06:29:24 -0700 From: Max Okumoto <okumoto@ucsd.edu> To: freebsd-libh@FreeBSD.ORG Subject: cleanup of HSystem 2nd try (stage 7) Message-ID: <hf1yde5u8b.fsf@multivac.sdsc.edu>
next in thread | raw e-mail | index | archive | help
* 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hf1yde5u8b.fsf>
