Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A DCurlLockStore.cxx74 TimeValue aTV; in run() local
75 aTV.Seconds = 0; in run()
76 aTV.Nanosec = 1000000000 / nNth; in run()
77 wait( aTV ); in run()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx677 TimeValue aTV; in DoStartCommunication() local
678 aTV.Seconds = 10; // Warte 10 Sekunden in DoStartCommunication()
679 aTV.Nanosec = 0; in DoStartCommunication()
684 if ( pConnSocket->connect( Addr, &aTV ) == vos::ISocketTypes::TResult_Ok ) in DoStartCommunication()

Completed in 23 milliseconds