Home
last modified time | relevance | path

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

/aoo42x/main/automation/source/communi/
H A Dcommuni.cxx69 , nConnectionClosedEventId( 0 ) in CommunicationLinkViaSocket()
88 while ( nConnectionClosedEventId || nDataReceivedEventId ) in ~CommunicationLinkViaSocket()
92 if ( nConnectionClosedEventId ) in ~CommunicationLinkViaSocket()
94 GetpApp()->RemoveUserEvent( nConnectionClosedEventId ); in ~CommunicationLinkViaSocket()
95 nConnectionClosedEventId = 0; in ~CommunicationLinkViaSocket()
222nConnectionClosedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLinkViaSocket, Conne… in run()
239 nConnectionClosedEventId = 0; // Achtung!! alles andere mu� oben gemacht werden. in ConnectionClosed()
/aoo42x/main/automation/inc/automation/
H A Dcommuni.hxx99 sal_uLong nConnectionClosedEventId; member in CommunicationLinkViaSocket

Completed in 22 milliseconds