aboutsummaryrefslogtreecommitdiffstats
path: root/network.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
committerGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
commit38dd3fb050cae0bc28205ecff8591fa44605efc7 (patch)
treea7a8c238e98f1ec02fe02aaf51c645bb494a27d3 /network.cpp
parentd0d1e91a685dda428af9dd41a3afd83424dc5775 (diff)
downloaddexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.gz
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.bz2
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.lz
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.xz
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.zst
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.zip
Project-wide reorganisation of namespaces.
Diffstat (limited to 'network.cpp')
-rw-r--r--network.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/network.cpp b/network.cpp
index 978d6893..acdd649d 100644
--- a/network.cpp
+++ b/network.cpp
@@ -27,7 +27,8 @@
#include <libethereum/EthereumHost.h>
#include "TestHelper.h"
using namespace std;
-using namespace eth;
+using namespace dev;
+using namespace dev::eth;
// Disabled since tests shouldn't block (not the worst offender, but timeout should be reduced anyway).
/*