Pieter Libin wrote:

> I added an eventType() method to WEvent as described at our redmine
> (http://redmine.emweb.be/issues/644), we will push the code soon to 
> our git repository.

I finally got around to trying this out and I am finding that I cannot 
actually use it because it crashes when a session is destroyed.

The problem is that the WebSession destructor calls

   app_->notify(WEvent(WEvent::Impl()));

and WEvent::eventType() expects a non-null handler, which is not the 
case with a default-constructed WEvent::Impl.

Is there a special trick I should use to detect that the session is 
being destroyed?

Tristan


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to