* @brief Turning this on means we'll start dumping output about messages * being sent and received. Currently this only applies to remote connections. *************************************************************/
| 375 | * being sent and received. Currently this only applies to remote connections. |
| 376 | *************************************************************/ |
| 377 | void KernelSML::SetTraceCommunications(bool state) |
| 378 | { |
| 379 | m_pConnectionManager->SetTraceCommunications(state) ; |
| 380 | } |
| 381 | |
| 382 | bool KernelSML::IsTracingCommunications() |
| 383 | { |
no outgoing calls