X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketImpl.cci;h=40f0b253eb0d767248f3ba79907f5b912adcf6fe;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=2cc4f6728c4e45026ec0d15ded3d9ba3ab5f46c5;hpb=14f43d9587103f6a78e51628785f93f1c14f99a0;p=senf.git diff --git a/senf/Packets/PacketImpl.cci b/senf/Packets/PacketImpl.cci index 2cc4f67..40f0b25 100644 --- a/senf/Packets/PacketImpl.cci +++ b/senf/Packets/PacketImpl.cci @@ -28,9 +28,9 @@ // #include "PacketInterpreter.hh" #define prefix_ inline -///////////////////////////////cci.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::detail::AnnotationRegistry prefix_ std::string senf::detail::AnnotationRegistry::name(key_type key) @@ -72,7 +72,7 @@ prefix_ senf::detail::AnnotationRegistry::AnnotationRegistry() : simpleAnnotationCount_ (0), complexAnnotationCount_ (0) {} -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // Memory management: // @@ -97,7 +97,7 @@ prefix_ senf::detail::AnnotationRegistry::AnnotationRegistry() // The last three also modify the impl_ member accordingly by calling // PacketInterpreterBase::assign/release -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::detail::PacketImpl prefix_ senf::detail::PacketImpl::PacketImpl() @@ -226,7 +226,7 @@ prefix_ void * senf::detail::PacketImpl::annotation(AnnotationRegistry::key_type return key >= 0 ? & simpleAnnotations_[key] : complexAnnotation(key); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::detail::PacketImpl::Guard prefix_ senf::detail::PacketImpl::Guard::Guard(PacketImpl * impl) @@ -240,7 +240,7 @@ prefix_ senf::detail::PacketImpl::Guard::~Guard() p->release(); } -///////////////////////////////cci.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_