More constification
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 11:33:24 +0000 (12:33 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 11:33:24 +0000 (12:33 +0100)
commit6fd0993e90be4bc6157b3e28bf4c8e9331de796e
tree8937a68f4b5fb1410e22e59b06435e2cab7a89ee
parent85715bc7be4f028ceaafa14e21bdb9abd46e30d5
More constification

Hide "xyz could be made const" linter message
for modifications done through a boost::shared_ptr.
(Pc-Lint can't detect those properly).
14 files changed:
src/config/configurationreader.cpp
src/config/configurationreader.h
src/dns/dnsresolver.cpp
src/dns/dnsresolver.h
src/host/hoststatusanalyzer.cpp
src/host/messagepayload.cpp
src/host/pinginterval.cpp
src/host/pinginterval.h
src/icmp/icmpv4header.cpp
src/icmp/icmpv6header.cpp
src/tcp/tcpheader.cpp
src/tcp/tcpheader.h
src/tcp/tcppinger.cpp
src/tcp/tcppinger.h