removed some useless spaces; not very important, I know :)
[senf.git] / PPI / detail / EventBinding.cci
index 7e27b3a..2d93c7d 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // 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