Author: rco Date: 2008-06-12 13:02:55 +0200 (Thu, 12 Jun 2008) New Revision: 1017
Modified: trunk/core/AmEventQueue.h Log: - follow up for SEMS-36. Modified: trunk/core/AmEventQueue.h =================================================================== --- trunk/core/AmEventQueue.h 2008-06-12 09:23:28 UTC (rev 1016) +++ trunk/core/AmEventQueue.h 2008-06-12 11:02:55 UTC (rev 1017) @@ -53,7 +53,7 @@ AmEventQueue(AmEventHandler*); virtual ~AmEventQueue(); - void postEvent(AmEvent*); + virtual void postEvent(AmEvent*); void processEvents(); void waitForEvent(); void processSingleEvent(); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
