Home
last modified time | relevance | path

Searched refs:pCommLink (Results 1 – 4 of 4) sorted by relevance

/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx112 …pe nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCommLink( pCL ) {;} in InfoString()
114 CommunicationLinkRef GetCommunicationLink(){ return pCommLink; } in GetCommunicationLink()
117 CommunicationLinkRef pCommLink; member in InfoString
/trunk/main/automation/source/server/
H A Dserver.cxx125 StatementFlow::pCommLink = pCL; in ConnectionOpened()
132 StatementFlow::pCommLink = NULL; in ConnectionClosed()
H A Dstatemnt.hxx420 static CommunicationLink *pCommLink; member in StatementFlow
H A Dstatemnt.cxx107 CommunicationLink *StatementFlow::pCommLink = NULL;
183 if ( pCommLink ) in SendViaSocket()
185 …if ( !pCommLink->TransferDataStream( pRet->GetStream() ) ) // If an error occurs, it is deleted im… in SendViaSocket()
186 pCommLink = NULL; in SendViaSocket()

Completed in 47 milliseconds