[aspectc-user] Weaving question

Fabian Scheler fabian.scheler at gmail.com
Tue Sep 27 14:32:22 CEST 2005


Hi Francisco,

try the following

pointcut log (const char* zz) = args(zz) && call ("void nop(...)");

instead of

>    pointcut log (int zz) = args(zz) && call ("void nop(...)");

according to the example within the language reference on page 9, this
should work.

Ciao, Fabian




More information about the aspectc-user mailing list