More work on making use of nested namespaces

This commit is contained in:
Alexander Bock
2017-07-16 01:55:35 -04:00
parent 4dba552fd1
commit 26682669ff
160 changed files with 726 additions and 908 deletions
+5 -10
View File
@@ -1,4 +1,4 @@
/*****************************************************************************************
/*****************************************************************************************
* *
* OpenSpace *
* *
@@ -35,13 +35,11 @@
#include <numeric>
#include <algorithm>
namespace openspace {
namespace globebrowsing {
namespace cache {
namespace {
const char* _loggerCat = "MemoryAwareTileCache";
}
} // namespace
namespace openspace::globebrowsing::cache {
MemoryAwareTileCache::MemoryAwareTileCache()
: PropertyOwner("TileCache")
@@ -309,7 +307,4 @@ bool MemoryAwareTileCache::shouldUsePbo() const {
return _usePbo;
}
} // namespace cache
} // namespace globebrowsing
} // namespace openspace
} // namespace openspace::globebrowsing::cache