make this compile on vc++ 6

This commit is contained in:
Jeff Hill
2002-05-01 00:42:40 +00:00
parent 320bb98ae5
commit a7a2f1c019

View File

@@ -688,7 +688,7 @@ bool cac::lookupChannelAndTransferToTCP (
if ( pnewiiu.get() == 0 ) {
return true;
}
bhe * pBHE ( this->beaconTable.lookup ( addr.ia ) );
bhe * pBHE = this->beaconTable.lookup ( addr.ia );
if ( ! pBHE ) {
epics_auto_ptr < bhe > pNewBHE ( new bhe ( epicsTime (), addr.ia ) );
if ( pNewBHE.get () ) {