added const to string tables

This commit is contained in:
Jeff Hill
2000-03-09 17:33:43 +00:00
parent f70b5a12f1
commit 289587f87e
+2 -7
View File
@@ -40,10 +40,7 @@
#ifndef INCalarmStringh
#define INCalarmStringh 1
static char *alarmStringhSccsId = "$Id$";
char * alarmSeverityString[]={
const char * alarmSeverityString[]={
"NO_ALARM",
"MINOR",
"MAJOR",
@@ -52,9 +49,7 @@ char * alarmSeverityString[]={
/*** note: this should be reconciled with alarm.h ***/
char * alarmStatusString[]={
const char * alarmStatusString[]={
"NO_ALARM",
"READ",
"WRITE",