X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FFileHandle.ih;h=8b3670b3c55372be063b6b6e260d695a4ec8c277;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=7b7162964766359d0368f2274524c6c797c0fa4e;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/FileHandle.ih b/senf/Socket/FileHandle.ih index 7b71629..8b3670b 100644 --- a/senf/Socket/FileHandle.ih +++ b/senf/Socket/FileHandle.ih @@ -32,7 +32,7 @@ #include #include -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -69,14 +69,14 @@ namespace senf { public senf::pool_alloc_mixin { public: - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////// // Types typedef boost::intrusive_ptr ptr; - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit FileBody(int fd=-1); ///< Create new instance /**< You need to pass a real file descriptor to this @@ -92,8 +92,8 @@ namespace senf { // no copy // no conversion constructors - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-///////////////////////////////////////////////////////////////////////////////////////// FileHandle handle(); @@ -118,7 +118,7 @@ namespace senf { bool valid() const; private: - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////// // Virtual interface for subclasses to override virtual void v_close(); ///< Called to close the file descriptor @@ -149,7 +149,7 @@ namespace senf { } -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif