Only the "using namespace std" is allowed, classes from other namespaces are included...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 12 Apr 2011 14:35:02 +0000 (16:35 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 12 Apr 2011 14:35:02 +0000 (16:35 +0200)
commit2bf8720fd6c4a9192099398cf8d1e0341391ca47
tree572096fae0f7c9509f33e53e42c707310fa50eef
parent8f66f5292161c5fa92a97a46e8bdec0170777d8b
Only the "using namespace std" is allowed, classes from other namespaces are included via "using"
- avoid conflicts with the boost DNS library classes
src/config/configurationreader.cpp
src/dns/dnsresolver.cpp
src/host/boostpinger.cpp
src/host/hoststatusanalyzer.cpp
src/host/pingscheduler.cpp
src/host/pingscheduler.h
src/icmp/ipv4header.cpp
src/link/linkstatusanalyzer.cpp
src/main.cpp