#ifndef __Check_ah__ #define __Check_ah__ #include aspect Check { advice target ("B") && call ("% %::f(...)") : around () { printf ("--> %s\n", tjp->signature ()); tjp->proceed (); printf ("<--\n"); } }; #endif // __Check_ah__