| 533 | |
| 534 | #ifdef SYNC_WITH_SHM_FIFO |
| 535 | void reset( shmFifo *in, shmFifo *out ) |
| 536 | { |
| 537 | delete m_in; |
| 538 | delete m_out; |
| 539 | m_in = in; |
| 540 | m_out = out; |
| 541 | } |
| 542 | #endif |
| 543 | |
| 544 | int sendMessage( const message & _m ); |
no outgoing calls
no test coverage detected