fixed sun pro warning

This commit is contained in:
Jeff Hill
2002-09-24 17:52:11 +00:00
parent 8133681a48
commit 79bb94b1ea
3 changed files with 5 additions and 4 deletions

View File

@@ -43,9 +43,10 @@
#include "dbChannelIO.h"
#include "dbPutNotifyBlocker.h"
epicsSingleton < tsFreeList < dbPutNotifyBlocker, 1024 > > dbPutNotifyBlocker::pFreeList;
epicsSingleton < tsFreeList < dbPutNotifyBlocker, 1024 > >
dbPutNotifyBlocker::pFreeList;
dbPutNotifyBlocker::dbPutNotifyBlocker ( dbChannelIO &chanIn ) :
dbPutNotifyBlocker::dbPutNotifyBlocker () :
pNotify ( 0 ), maxValueSize ( sizeof ( this->dbrScalarValue ) )
{
memset ( & this->pn, '\0', sizeof ( this->pn ) );