ref the gdd in the pv

This commit is contained in:
Jeff Hill
2003-03-26 23:48:00 +00:00
parent 29132a9c5c
commit 53ba74afe0
+1 -1
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;