This commit is contained in:
Jeff Hill
2001-10-15 21:47:10 +00:00
parent 78239fb213
commit e30a01cab5
2 changed files with 10 additions and 10 deletions

View File

@@ -24,8 +24,8 @@
tsFreeList < class getCopy, 1024 > getCopy::freeList;
epicsMutex getCopy::freeListMutex;
getCopy::getCopy ( oldCAC &cacCtxIn, oldChannelNotify &chanIn, unsigned typeIn,
arrayElementCount countIn, void *pValueIn ) :
getCopy::getCopy ( oldCAC &cacCtxIn, oldChannelNotify &chanIn,
unsigned typeIn, arrayElementCount countIn, void *pValueIn ) :
count ( countIn ), cacCtx ( cacCtxIn ), chan ( chanIn ), pValue ( pValueIn ),
readSeq ( cacCtxIn.sequenceNumberOfOutstandingIO () ), type ( typeIn )
{