added bad functionpointer error

This commit is contained in:
Jeff Hill
1998-06-16 00:56:57 +00:00
parent 0f45593c6d
commit 1b00ec96fb
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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