Removed Pinger abstract class, thus avoiding the "design ahead" issue
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 22 Mar 2011 09:40:55 +0000 (10:40 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 22 Mar 2011 09:59:47 +0000 (10:59 +0100)
commited1931dcd788d08bb34dbe08a90832f1021083c0
treebc4a1f17a1188da793bae6503c38a1d3627b81c2
parentc1fff16a92499e4e786da880af4fcaac717d706b
Removed Pinger abstract class, thus avoiding the "design ahead" issue
- BoostPinger do not inherit form Pinger anymore
- reference from Code Complete 2nd edition, page 146, item "Be suspicious of base classes of which there is only one derived class"
src/CMakeLists.txt
src/ping/boostpinger.h
src/ping/pinger.cpp [deleted file]
src/ping/pinger.h [deleted file]