MSC cannot use the default constructor

This commit is contained in:
Jeff Hill
1997-01-09 22:22:30 +00:00
parent 7a92120974
commit 52854cd1ed
+8 -1
View File
@@ -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