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

Modified some PacketSender and BaseSniffer functions to take references instead of pointers.

This commit is contained in:
Matias Fontanini
2012-09-11 08:51:25 -03:00
parent b977697367
commit 7cbd32361a
21 changed files with 93 additions and 110 deletions

View File

@@ -117,7 +117,7 @@ namespace Tins {
/**
* \sa PDU::send()
*/
bool send(PacketSender* sender);
bool send(PacketSender &sender);
/**
* \brief Setter for the version field.