johill 2003/03/26 23:48:00: "ref the gdd in the pv"

This commit is contained in:
Andrew Johnson
2003-04-01 19:54:32 +00:00
parent 3367ffaf12
commit fcf98d1d26

View File

@@ -97,7 +97,7 @@ caStatus exPV::update ( const gdd & valueIn )
caServer * pCAS = this->getCAS();
if ( this->interest == true && pCAS != NULL ) {
casEventMask select ( pCAS->valueEventMask() | pCAS->logEventMask() );
this->postEvent ( select, valueIn );
this->postEvent ( select, *this->pValue );
}
return S_casApp_success;