give up trying to define IcmpPacketDistributor in own files, just use icmppinger...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 5 Feb 2015 16:17:54 +0000 (17:17 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 5 Feb 2015 16:17:54 +0000 (17:17 +0100)
commit41d175b00eb0427ccd4c20d808e9291a81b16165
treeb28be14b88d137ed337f76a4b36b764f0921cedc
parentf076f8d4511cd25a802b28284de42149ef70c646
give up trying to define IcmpPacketDistributor in own files, just use icmppinger.h / .cpp for it

The two classes depend on each other, so none compiles without the other
  if they are defined in separate files. In the same file, the compiler
  manages.
src/icmp/icmppacketdistributor.cpp [deleted file]
src/icmp/icmppacketdistributor.h [deleted file]
src/icmp/icmppinger.cpp
src/icmp/icmppinger.h
src/main.cpp