Home
last modified time | relevance | path

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

/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx672 vos::OConnectorSocket *pConnSocket; in DoStartCommunication() local
682 pConnSocket = new vos::OConnectorSocket(); in DoStartCommunication()
683 pConnSocket->setTcpNoDelay( 1 ); in DoStartCommunication()
684 if ( pConnSocket->connect( Addr, &aTV ) == vos::ISocketTypes::TResult_Ok ) in DoStartCommunication()
686 pConnSocket->setTcpNoDelay( 1 ); in DoStartCommunication()
688 pCM->CallConnectionOpened( CreateCommunicationLink( pCM, pConnSocket ) ); in DoStartCommunication()
692 delete pConnSocket; in DoStartCommunication()

Completed in 17 milliseconds