Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / detail / EventBinding.hh
index 15a4318..848a570 100644 (file)
@@ -32,7 +32,7 @@
 #include "Callback.hh"
 
 //#include "EventBinding.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace ppi {
@@ -46,9 +46,9 @@ namespace detail {
 
         EventManager & manager() const;
         module::Module & module() const;
-        
+
     protected:
-        EventBindingBase(EventManager & manager, module::Module & module, 
+        EventBindingBase(EventManager & manager, module::Module & module,
                          EventDescriptor & descriptor);
 
         void eventTime(ClockService::clock_type time);
@@ -72,7 +72,7 @@ namespace detail {
 
         void callback(EventArg event, ClockService::clock_type time);
         void callback(EventArg event);
-        
+
     private:
         Self & self();
     };
@@ -85,7 +85,7 @@ namespace detail {
     public:
         void callback(ClockService::clock_type time);
         void callback();
-        
+
     private:
         Self & self();
     };
@@ -95,7 +95,7 @@ namespace detail {
     /** \brief Internal: Association Event - Module - Handler, event type specific */
     template <class EventType>
     class EventBinding
-        : public EventBindingBase, 
+        : public EventBindingBase,
           public EventBindingHelper<EventType, EventBinding<EventType> >
     {
     public:
@@ -114,7 +114,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "EventBinding.cci"
 //#include "EventBinding.ct"
 #include "EventBinding.cti"