support for C++

This commit is contained in:
Jeff Hill
2000-03-09 19:24:51 +00:00
parent 289587f87e
commit bbcec6d58d

View File

@@ -87,6 +87,9 @@ of this distribution.
#include "tsStamp.h"
#include "ellLib.h"
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_UNITS_SIZE 8
#define MAX_ENUM_STRING_SIZE 26
@@ -1093,4 +1096,8 @@ union db_access_val{
epicsShareDef READONLY short dbr_text_dim = (sizeof dbr_text)/(sizeof (char *)) + 1;
#endif
#ifdef __cplusplus
}
#endif
#endif /* INCLdb_accessh */