<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div id="mb_0"> --------------------------------------------------------------------------
<br> // If orb leaves event handling loop.<br> <span style="background-color: rgb(255, 255, 255);"> // - currently configured never to time out (??)</span><br> //------------------------------------------------------------------------
<br> orb->destroy();</div></blockquote></div><br>I'm trying to call orb->destroy(), but it seems I can't call it from another thread. How can I configure orb to leaves handling loop when the application is going to stop?
<br>