This commit is contained in:
Jeff Hill
2001-03-07 16:16:43 +00:00
parent 719c36eb5b
commit 128cedaa06
3 changed files with 15 additions and 14 deletions

View File

@@ -19,12 +19,12 @@
#include "msgForMultiplyDefinedPV_IL.h"
tsFreeList < class msgForMultiplyDefinedPV, 16 > msgForMultiplyDefinedPV::freeList;
epicsMutex msgForMultiplyDefinedPV::freeListMutex;
msgForMultiplyDefinedPV::msgForMultiplyDefinedPV (
cac &cacRefIn, const char *pChannelName, const char *pAcc,
cac &cacRefIn, const char *pChannelName, const char *pAcc,
const osiSockAddr &rej ) :
ipAddrToAsciiAsynchronous ( rej ),
cacRef ( cacRefIn )
ipAddrToAsciiAsynchronous ( rej ), cacRef ( cacRefIn )
{
strncpy ( this->acc, pAcc, sizeof ( this->acc ) );
this->acc[ sizeof ( this->acc ) - 1 ] = '\0';