summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-23 11:57:22 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-23 11:57:22 +0000
commit0a95997e29e7775696c1fc9e4fc3ac56d8e3f633 (patch)
tree365ea44b54afe015d4784750ef3da4589abc1500 /storage
parenta7ace0984d67e689d54cc0b1c6e1519fc210a0ee (diff)
Add to correct namespace
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/common/storagelink.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/common/storagelink.cpp b/storage/src/vespa/storage/common/storagelink.cpp
index ddeecd1e0ed..73338be9c1f 100644
--- a/storage/src/vespa/storage/common/storagelink.cpp
+++ b/storage/src/vespa/storage/common/storagelink.cpp
@@ -13,9 +13,10 @@ LOG_SETUP(".application.link");
using std::shared_ptr;
using std::ostringstream;
-using namespace storage;
using namespace storage::api;
+namespace storage {
+
StorageLink::~StorageLink()
{
}
@@ -310,3 +311,5 @@ std::ostream& operator<<(std::ostream& out, StorageLink& link) {
return out;
}
+}
+