git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1272
270642c3-0616-0410-b53a-bc976706d245
using mixin::initSize;
static void finalize(ConcretePacket<TestMacAddressTLVPacketType> p) {
- p->shrinkLength();
+ p->finalizeLength();
}
};
typedef ConcretePacket<TestMacAddressTLVPacketType> TestMacAddressTLVPacket;