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.cxx123 StatementFlow::pCommLink = pCL; in ConnectionOpened()
130 StatementFlow::pCommLink = NULL; in ConnectionClosed()
H A Dstatemnt.hxx420 static CommunicationLink *pCommLink; member in StatementFlow
H A Dstatemnt.cxx106 CommunicationLink *StatementFlow::pCommLink = NULL;
180 if ( pCommLink ) in SendViaSocket()
182 …if ( !pCommLink->TransferDataStream( pRet->GetStream() ) ) // If an error occurs, it is deleted i… in SendViaSocket()
183 pCommLink = NULL; in SendViaSocket()