[aspectc-user] Problems with multi-threading

Wagner Salazar salazar.wagner at gmail.com
Fri Mar 23 15:16:23 CET 2007


Hi,

I'm having problems with  intercept  some methods calls and other thread..
it possible??
For exemple:

    advice call ("void SteamBoilerControl::executeTransitionRule()") :
before () {
        // it's ok, main thread
    }

    advice call ("void NormalState::executeTransitionRule()") : before ()
{
        // it's NOT ok,, thread created by main thread
    }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20070323/bf2bc6d4/attachment.html>


More information about the aspectc-user mailing list