Hi,<br><br>I'm having problems with <font class="p" color="#cc0000">intercept</font> some methods calls and other thread.. it possible??<br>For exemple:<br><br> advice call ("void SteamBoilerControl::executeTransitionRule()") : before () {
<br> // it's ok, main thread<br> }<br><br> advice call ("void NormalState::executeTransitionRule()") : before () { <br>
// it's NOT ok,, thread created by main thread<br>
}<br>
<br>