X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacket.mpp;h=36809a483250f5fac2fdd06e88153a676d184c1b;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=3d47d96bfba4fc100bf1f89cbd040b164e8fdfc5;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/Packet.mpp b/Packets/Packet.mpp index 3d47d96..36809a4 100644 --- a/Packets/Packet.mpp +++ b/Packets/Packet.mpp @@ -49,8 +49,8 @@ typename ptr_t::ptr reinterpret( BOOST_PP_ENUM( BOOST_PP_ITERATION( // Packet::reinterpret implementation template -prefix_ typename satcom::pkf::Packet::ptr_t::ptr -satcom::pkf::Packet::reinterpret( BOOST_PP_ENUM( BOOST_PP_ITERATION(), pkARG, ) ) +prefix_ typename senf::Packet::ptr_t::ptr +senf::Packet::reinterpret( BOOST_PP_ENUM( BOOST_PP_ITERATION(), pkARG, ) ) { if (!OtherPacket::check(begin(),end())) throw TruncatedPacketException(); @@ -75,8 +75,8 @@ typename ptr_t::ptr registerInterpreter( // Packet::registerIterpreter implementation template -prefix_ typename satcom::pkf::Packet::ptr_t::ptr -satcom::pkf::Packet::registerInterpreter(raw_container::iterator begin, +prefix_ typename senf::Packet::ptr_t::ptr +senf::Packet::registerInterpreter(raw_container::iterator begin, raw_container::iterator end, BOOST_PP_ENUM( BOOST_PP_ITERATION(), pkARG, ) ) const @@ -98,7 +98,7 @@ satcom::pkf::Packet::registerInterpreter(raw_container::iterator begin, template < class OtherPacket, class InputIterator, BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), class A) > -static typename satcom::pkf::Packet::ptr_t::ptr create( +static typename senf::Packet::ptr_t::ptr create( InputIterator b, InputIterator e, BOOST_PP_ENUM( BOOST_PP_ITERATION(), pkARG, ) ); @@ -108,7 +108,7 @@ static typename satcom::pkf::Packet::ptr_t::ptr create( template < class OtherPacket, class InputIterator, BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), class A) > -typename satcom::pkf::Packet::ptr_t::ptr satcom::pkf::Packet::create( +typename senf::Packet::ptr_t::ptr senf::Packet::create( InputIterator b, InputIterator e, BOOST_PP_ENUM( BOOST_PP_ITERATION(), pkARG, ) ) { @@ -130,5 +130,5 @@ typename satcom::pkf::Packet::ptr_t::ptr satcom::pkf::Packet::creat // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: