X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.hh;h=b31356f4d3f8e494b3cda466bf0719c3d7f4844a;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=a314fd95ac0317da9c29820c641fcda450a9f733;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/PPI/IOEvent.hh b/senf/PPI/IOEvent.hh index a314fd9..b31356f 100644 --- a/senf/PPI/IOEvent.hh +++ b/senf/PPI/IOEvent.hh @@ -32,7 +32,7 @@ #include //#include "IOEvent.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace ppi { @@ -70,7 +70,7 @@ namespace ppi { : public EventImplementation { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types // This is stupid, however there is no way to import the Scheduler::EventId enum together @@ -84,17 +84,17 @@ namespace ppi { , Err = scheduler::FdEvent::EV_ERR /**< Some other error condition on FileHandle */ }; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ IOEvent(); template IOEvent(Handle handle, unsigned events); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// template void set(Handle handle, unsigned events); @@ -122,7 +122,7 @@ namespace ppi { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "IOEvent.cci" #include "IOEvent.ct" #include "IOEvent.cti"