Searched refs:pCommLink (Results 1 – 4 of 4) sorted by relevance
111 …pe nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCommLink( pCL ) {;} in InfoString()113 CommunicationLinkRef GetCommunicationLink(){ return pCommLink; } in GetCommunicationLink()116 CommunicationLinkRef pCommLink; member in InfoString
125 StatementFlow::pCommLink = pCL; in ConnectionOpened()132 StatementFlow::pCommLink = NULL; in ConnectionClosed()
419 static CommunicationLink *pCommLink; member in StatementFlow
107 CommunicationLink *StatementFlow::pCommLink = NULL;183 if ( pCommLink ) in SendViaSocket()185 …if ( !pCommLink->TransferDataStream( pRet->GetStream() ) ) // tritt ein Fehler auf, so wird sofort… in SendViaSocket()186 pCommLink = NULL; in SendViaSocket()
Completed in 63 milliseconds