http://bugzilla.novell.com/show_bug.cgi?id=586979 http://bugzilla.novell.com/show_bug.cgi?id=586979#c2 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma@novell.com --- Comment #2 from Michael Andres <ma@novell.com> 2010-03-12 14:22:16 UTC --- typedef DistributeReport<_Report> Distributor; SendReport() { Distributor::instance()->reportbegin(); } ... template<class _Report> struct DistributeReport { static DistributeReport & instance() { static DistributeReport _self; return _self; } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.