mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +00:00
10 lines
236 B
C++
10 lines
236 B
C++
|
|
||
|
#include "sim_services/VariableServer/include/VariableServer.hh"
|
||
|
#include "sim_services/include/release.h"
|
||
|
|
||
|
void Trick::VariableServerThread::wait_for_accept() {
|
||
|
while ( connection_accepted == false ) {
|
||
|
RELEASE() ;
|
||
|
}
|
||
|
}
|