From: Deyan P. <de...@ho...> - 2004-10-26 17:14:13
|
Hi, I also don't have a problem with this scenario. There is, of course, a fundamental problem - that there is no other nice way to generate proxies but to create subclasses (which override base classes methods) .. and that C# doesn't have all class methods virtual by default, but we have to live with that ;) Br, Deyan ----- Original Message ----- From: "Henry Conceição" <hen...@gm...> To: "hammett" <ha...@uo...> Cc: <asp...@li...> Sent: Tuesday, October 26, 2004 5:32 PM Subject: Re: [Aspectsharp-users] Non-virtual methods again I like this way more than throw an exception or ignore the method On Mon, 25 Oct 2004 22:38:25 -0700, hammett <ha...@uo...> wrote: > Hello! > > I was thinking about it again, and now its safe to allow non-virtual methods > in the classes being proxied as just one instance will exist. The result is: > non-virtual methods wont be intercepted... > > What are your thoughts? > > -- > Cheers, > hammett > http://www.digitalcraftsmen.com.br/~hammett > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Aspectsharp-users mailing list > Asp...@li... > https://lists.sourceforge.net/lists/listinfo/aspectsharp-users > -- Cheers, Henry Conceição ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Aspectsharp-users mailing list Asp...@li... https://lists.sourceforge.net/lists/listinfo/aspectsharp-users |