[aspectc-user] Aspect C++ question:how to control the output methods?

Danilo Beuche danilo.beuche at pure-systems.com
Tue Oct 14 16:37:27 CEST 2003


Hi Michael,

your pointcut expression  matches all methods in all classes with NO 
arguments.  And exactly for those methods the advices were executed.
What you wanted was to match all methods in all classes with ANY number 
of  arguments. Try this one:

	"% %::%(...)"

Regards
	Danilo
-- 
Danilo Beuche                           Phone: +49-391-54456910
pure-systems GmbH                       Fax:   +49-391-54456990





More information about the aspectc-user mailing list