This commit is contained in:
Jeff Hill
2003-02-20 17:28:52 +00:00
parent dd82684617
commit 003fed106b

View File

@@ -18,8 +18,8 @@
#include "casChannelI.h"
casCtx::casCtx() :
pData(NULL), pCAS(NULL), pClient(NULL),
pChannel(NULL), pPV(NULL), nAsyncIO(0u)
pData ( NULL ), pCAS ( NULL ), pClient ( NULL ),
pChannel ( NULL ), pPV ( NULL ), nAsyncIO ( 0u )
{
memset(&this->msg, 0, sizeof(this->msg));
}