X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FEventBinding.cci;h=8dcac35505a041ee1be37cfa8bb025cddef3f02d;hb=e7ac3fef18af5ec0076f02290ad439a9d6e05491;hp=7e27b3aa26de8a42fae90ca17a4301849904b2f7;hpb=122719831e4d0ce7c335a66ed7c80a7ffc2e00e8;p=senf.git diff --git a/PPI/detail/EventBinding.cci b/PPI/detail/EventBinding.cci index 7e27b3a..8dcac35 100644 --- a/PPI/detail/EventBinding.cci +++ b/PPI/detail/EventBinding.cci @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -37,6 +37,18 @@ prefix_ senf::ppi::detail::EventBindingBase::~EventBindingBase() descriptor_->enabled(false); } +prefix_ senf::ppi::EventManager & senf::ppi::detail::EventBindingBase::manager() + const +{ + return *manager_; +} + +prefix_ senf::ppi::module::Module & senf::ppi::detail::EventBindingBase::module() + const +{ + return *module_; +} + //////////////////////////////////////// // protected members