[aspectc-user] (no subject)
Sven.Apel at metop-md.de
Sven.Apel at metop-md.de
Thu May 15 13:45:36 CEST 2003
Hallo,
I have a problem with a pointcut declaration. Here is code example:
int A::method_a()
{
int i;
... <---------------------
i = B::method_b();
... <---------------------
return i;
}
I want to add code before and after the call off B::method_b() but only
inside A::method_a().
How can I express this with a pointcut?
best regards
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20030515/69d82305/attachment.html>
More information about the aspectc-user
mailing list