From a5da7b3c98cbdc9a106102af4138a5571305d995 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 Jan 1999 23:03:02 +0000 Subject: [PATCH] doc --- src/cxxTemplates/resourceLib.h | 14 ++++++++++---- src/libCom/cxxTemplates/resourceLib.h | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/cxxTemplates/resourceLib.h b/src/cxxTemplates/resourceLib.h index 8b3f26255..b38d02d51 100644 --- a/src/cxxTemplates/resourceLib.h +++ b/src/cxxTemplates/resourceLib.h @@ -1,7 +1,9 @@ /* * $Id$ * - * Author Jeffrey O. Hill + * Author Jeffrey O. Hill + * (string hash alg by Marty Kraimer and Peter K. Pearson) + * * johill@lanl.gov * 505 665 1831 * @@ -29,6 +31,9 @@ * * History * $Log$ + * Revision 1.21 1999/01/29 22:51:09 jhill + * reinstalled const cast away + * * Revision 1.20 1999/01/29 22:36:53 jhill * removed const cast away * @@ -699,9 +704,10 @@ stringId::~stringId() // // the HP-UX compiler gives us a warning on // each cast away of const, but in this case - // it cant be avoided. The DEC compiler - // compiler complains that const isnt really - // significant in a cast. + // it cant be avoided. + // + // The DEC compiler complains that const isnt + // really significant in a cast if it is present. // // I hope that deleting a pointer to "char" // is the same as deleting a pointer to diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 8b3f26255..b38d02d51 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -1,7 +1,9 @@ /* * $Id$ * - * Author Jeffrey O. Hill + * Author Jeffrey O. Hill + * (string hash alg by Marty Kraimer and Peter K. Pearson) + * * johill@lanl.gov * 505 665 1831 * @@ -29,6 +31,9 @@ * * History * $Log$ + * Revision 1.21 1999/01/29 22:51:09 jhill + * reinstalled const cast away + * * Revision 1.20 1999/01/29 22:36:53 jhill * removed const cast away * @@ -699,9 +704,10 @@ stringId::~stringId() // // the HP-UX compiler gives us a warning on // each cast away of const, but in this case - // it cant be avoided. The DEC compiler - // compiler complains that const isnt really - // significant in a cast. + // it cant be avoided. + // + // The DEC compiler complains that const isnt + // really significant in a cast if it is present. // // I hope that deleting a pointer to "char" // is the same as deleting a pointer to