X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FNDPOptions.cc;h=bd565348ec43f6c2a45edd703e280cd13308a7cc;hb=5cb66935d4b2973ea0fe7487b862b9ddc31648f4;hp=80d75c6e70d5b8b8edb2f0eb88f45be3ca4bd819;hpb=cad7256a15fbec9b4bf38559e89db7e0fe814db0;p=senf.git diff --git a/senf/Packets/DefaultBundle/NDPOptions.cc b/senf/Packets/DefaultBundle/NDPOptions.cc index 80d75c6..bd56534 100644 --- a/senf/Packets/DefaultBundle/NDPOptions.cc +++ b/senf/Packets/DefaultBundle/NDPOptions.cc @@ -26,7 +26,7 @@ #include "NDPOptions.hh" #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPSourceLLAddressTLVParser ); SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPTargetLLAddressTLVParser ); SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPPrefixInformationTLVParser ); @@ -65,5 +65,5 @@ prefix_ void senf::NDPMTUTLVParser::dump(std::ostream & os) const } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_