C++ changes

This commit is contained in:
Jeff Hill
1997-06-13 09:22:51 +00:00
parent 2b67d03514
commit 779eea486e
2 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,14 @@
#ifndef dbAddrh
#define dbAddrh
#ifdef __cplusplus
//
// for brain dead C++ compilers
//
struct dbCommon;
struct putNotify;
#endif
typedef struct dbAddr{
struct dbCommon *precord;/* address of record */
void *pfield; /* address of field */

View File

@@ -117,6 +117,7 @@ typedef epicsUInt16 dbr_ushort_t;
typedef epicsInt16 dbr_int_t;
typedef epicsUInt16 dbr_enum_t;
typedef epicsInt32 dbr_long_t;
typedef epicsUInt32 dbr_ulong_t;
typedef epicsFloat32 dbr_float_t;
typedef epicsFloat64 dbr_double_t;
typedef epicsUInt16 dbr_put_ackt_t;