High Integrity CPP Rule 3.3.14: Declare the copy assignment operator protected in...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 5 Nov 2011 17:35:09 +0000 (15:35 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 5 Nov 2011 17:35:09 +0000 (15:35 -0200)
commitb6464c7f23ba4c61534d1e703299bbe7ea1e87b3
treeb7f5c548af3c89fd2743933facfaf93955d7a6a8
parent9a34f743d576a1cb4059391977d6d2399627aea3
High Integrity CPP Rule 3.3.14: Declare the copy assignment operator protected in an abstract class.
src/host/pinger.cpp
src/host/pinger.h
src/icmp/icmpmessage.cpp
src/icmp/icmpmessage.h
src/icmp/icmppacket.cpp
src/icmp/icmppacket.h