From 0809aa8c8bdd61e4768c0dbff0c602eac7498abe Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 25 Sep 2001 00:10:23 +0000 Subject: [PATCH] cosmetic --- src/ca/acctst.c | 2 +- src/db/dbCAC.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 7479e8db8..02531143a 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1391,7 +1391,7 @@ void eventClearTest ( chid chan ) SEVCHK ( status, NULL); status = ca_add_event ( DBR_FLOAT, chan, selfDeleteEvent, - 0, &globalEventID); + 0, &globalEventID ); SEVCHK ( status, NULL ); } diff --git a/src/db/dbCAC.h b/src/db/dbCAC.h index 474ed74b3..990e7429b 100644 --- a/src/db/dbCAC.h +++ b/src/db/dbCAC.h @@ -79,8 +79,8 @@ public: protected: virtual ~dbSubscriptionIO (); private: - cacStateNotify ¬ify; - dbChannelIO &chan; + cacStateNotify & notify; + dbChannelIO & chan; dbEventSubscription es; unsigned type; unsigned long count; @@ -119,7 +119,7 @@ public: protected: ~dbChannelIO (); // allocate only from pool private: - dbServiceIO &serviceIO; + dbServiceIO & serviceIO; dbAddr addr; void initiateConnect (); ioStatus read ( unsigned type, unsigned long count, @@ -149,8 +149,8 @@ public: cacReadNotify ¬ify ); void callStateNotify ( struct dbAddr &addr, unsigned type, unsigned long count, const struct db_field_log *pfl, cacStateNotify ¬ify ); - dbEventSubscription subscribe ( struct dbAddr &addr, dbChannelIO &chan, - dbSubscriptionIO &subscr, unsigned mask, cacChannel::ioid * ); + dbEventSubscription subscribe ( struct dbAddr & addr, dbChannelIO & chan, + dbSubscriptionIO & subscr, unsigned mask ); void initiatePutNotify ( dbChannelIO &, struct dbAddr &, unsigned type, unsigned long count, const void *pValue, cacWriteNotify ¬ify, cacChannel::ioid *pId );