From 52854cd1ed5f091f610f964fcbf996131349cb73 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 Jan 1997 22:22:30 +0000 Subject: [PATCH] MSC cannot use the default constructor --- src/cas/generic/casPVIIL.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casPVIIL.h b/src/cas/generic/casPVIIL.h index 752345a02..1d0aefa5b 100644 --- a/src/cas/generic/casPVIIL.h +++ b/src/cas/generic/casPVIIL.h @@ -29,6 +29,12 @@ * * History * $Log$ + * Revision 1.8 1996/12/06 22:36:17 jhill + * use destroyInProgress flag now functional nativeCount() + * + * Revision 1.7.2.1 1996/11/25 16:31:55 jhill + * MSC cannot use the default constructor localCASRef(this->cas) + * * Revision 1.7 1996/11/02 00:54:23 jhill * many improvements * @@ -170,7 +176,8 @@ inline void casPVI::unregisterIO() // inline void casPVI::deleteSignal() { - caServerI &localCASRef(this->cas); + /* MSC cannot use the default constructor localCASRef(this->cas): */ + caServerI &localCASRef = this->cas; // // We dont take the PV lock here because