From 40b3f5571eff945b3224eaadc85c049e16afeb18 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 May 2002 00:33:02 +0000 Subject: [PATCH] adapt to interface change --- src/ca/CASG.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ca/CASG.cpp b/src/ca/CASG.cpp index 777114c05..76cf01d85 100644 --- a/src/ca/CASG.cpp +++ b/src/ca/CASG.cpp @@ -111,10 +111,7 @@ int CASG::block ( double timeout ) break; } - status = this->client.blockForEventAndEnableCallbacks ( this->sem, remaining ); - if ( status != ECA_NORMAL ) { - break; - } + this->client.blockForEventAndEnableCallbacks ( this->sem, remaining ); /* * force a time update