fixed sun pro warnings
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ public:
|
||||
virtual ~dbServiceIO ();
|
||||
cacChannel *createChannel ( const char *pName, cacChannelNotify & );
|
||||
void callReadNotify ( struct dbAddr &addr, unsigned type, unsigned long count,
|
||||
const struct db_field_log *pfl, cacChannel &, cacDataNotify ¬ify );
|
||||
const struct db_field_log *pfl, cacDataNotify ¬ify );
|
||||
dbEventSubscription subscribe ( struct dbAddr &addr, dbChannelIO &chan,
|
||||
dbSubscriptionIO &subscr, unsigned mask, cacChannel::ioid * );
|
||||
void initiatePutNotify ( dbChannelIO &, struct dbAddr &, unsigned type,
|
||||
|
||||
@@ -55,7 +55,7 @@ cacChannel::ioStatus dbChannelIO::read ( unsigned type,
|
||||
unsigned long count, cacDataNotify ¬ify, ioid * )
|
||||
{
|
||||
this->serviceIO.callReadNotify ( this->addr,
|
||||
type, count, 0, *this, notify );
|
||||
type, count, 0, notify );
|
||||
return iosSynch;
|
||||
}
|
||||
|
||||
|
||||
@@ -57,5 +57,5 @@ inline short dbChannelIO::nativeType () const
|
||||
inline void dbChannelIO::callReadNotify ( unsigned type, unsigned long count,
|
||||
const struct db_field_log *pfl, cacDataNotify ¬ify )
|
||||
{
|
||||
this->serviceIO.callReadNotify ( this->addr, type, count, pfl, *this, notify );
|
||||
this->serviceIO.callReadNotify ( this->addr, type, count, pfl, notify );
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ cacChannel *dbServiceIO::createChannel (
|
||||
void dbServiceIO::callReadNotify ( struct dbAddr &addr,
|
||||
unsigned type, unsigned long count,
|
||||
const struct db_field_log *pfl,
|
||||
cacChannel &chan, cacDataNotify ¬ify )
|
||||
cacDataNotify ¬ify )
|
||||
{
|
||||
unsigned long size = dbr_size_n ( type, count );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user