X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FEventManager.hh;h=16f671b8b1a7627c96d147fcd6f8a5ff475198ab;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=0f5fd9c735072d7be7bcb78cfbb656bb474043ca;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/PPI/EventManager.hh b/senf/PPI/EventManager.hh index 0f5fd9c..16f671b 100644 --- a/senf/PPI/EventManager.hh +++ b/senf/PPI/EventManager.hh @@ -87,6 +87,7 @@ namespace ppi { Descriptor & descriptor); void destroyModule(module::Module & module); + void destroyEvent(EventDescriptor & event); typedef boost::ptr_vector EventRegistrations; EventRegistrations registrations_; @@ -97,6 +98,7 @@ namespace ppi { friend class detail::EventBindingBase; friend class module::Module; + friend class EventDescriptor; }; }}