cosmetic
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user