1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 10:45:57 +01:00

Removed the PDU* parameter in several PDU's constructors.

This commit is contained in:
Matias Fontanini
2013-04-23 20:03:08 -03:00
parent 7e85058ef1
commit bf604339f0
24 changed files with 83 additions and 143 deletions

View File

@@ -57,12 +57,6 @@ Loopback::Loopback()
: _family()
{
}
Loopback::Loopback(PDU *inner_pdu)
: PDU(inner_pdu), _family()
{
}
Loopback::Loopback(const uint8_t *buffer, uint32_t total_sz)