From 1b00ec96fb609b0b895b525ace2d83e2971aa8e3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 16 Jun 1998 00:56:57 +0000 Subject: [PATCH] added bad functionpointer error --- src/ca/caerr.h | 5 +++-- src/include/caerr.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ca/caerr.h b/src/ca/caerr.h index 03b8fea03..19b29fee1 100644 --- a/src/ca/caerr.h +++ b/src/ca/caerr.h @@ -152,7 +152,7 @@ HDRVERSIONID(caerrh, "@(#) $Id$") #define ECA_NOSEARCHADDR DEFMSG(CA_K_WARNING, 49) #define ECA_NOCONVERT DEFMSG(CA_K_WARNING, 50) #define ECA_BADCHID DEFMSG(CA_K_ERROR, 51) - +#define ECA_BADFUNCPTR DEFMSG(CA_K_ERROR, 52) #ifndef CA_ERROR_GLBLSOURCE epicsShareExtern READONLY char *ca_message_text[]; @@ -211,7 +211,8 @@ READONLY char *ca_message_text[] "Sorry, that anachronistic feature of CA is no longer supported", "The search request/beacon address list was empty after initialization", "Data conversion between client's type and the server's type failed", -"Invalid channel identifier" +"Invalid channel identifier", +"Invalid function pointer" }; #endif diff --git a/src/include/caerr.h b/src/include/caerr.h index 03b8fea03..19b29fee1 100644 --- a/src/include/caerr.h +++ b/src/include/caerr.h @@ -152,7 +152,7 @@ HDRVERSIONID(caerrh, "@(#) $Id$") #define ECA_NOSEARCHADDR DEFMSG(CA_K_WARNING, 49) #define ECA_NOCONVERT DEFMSG(CA_K_WARNING, 50) #define ECA_BADCHID DEFMSG(CA_K_ERROR, 51) - +#define ECA_BADFUNCPTR DEFMSG(CA_K_ERROR, 52) #ifndef CA_ERROR_GLBLSOURCE epicsShareExtern READONLY char *ca_message_text[]; @@ -211,7 +211,8 @@ READONLY char *ca_message_text[] "Sorry, that anachronistic feature of CA is no longer supported", "The search request/beacon address list was empty after initialization", "Data conversion between client's type and the server's type failed", -"Invalid channel identifier" +"Invalid channel identifier", +"Invalid function pointer" }; #endif