X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FFileHandle.ih;h=9ca832d9814ca97be19a8c9faabb3ad25c7a2464;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=8e59737689a24d396f0cd4c307fea22ec801bccb;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Socket/FileHandle.ih b/Socket/FileHandle.ih index 8e59737..9ca832d 100644 --- a/Socket/FileHandle.ih +++ b/Socket/FileHandle.ih @@ -29,13 +29,13 @@ ///////////////////////////////ih.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + /** \brief */ class FileBody - : public satcom::lib::intrusive_refcount + : public senf::intrusive_refcount { public: /////////////////////////////////////////////////////////////////////////// @@ -91,7 +91,7 @@ namespace lib { int fd_; }; -}} +} ///////////////////////////////ih.e//////////////////////////////////////// #endif @@ -99,5 +99,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: