Started switching OpenSpace projects to nested namespaces

Various cleanups
This commit is contained in:
Alexander Bock
2017-07-15 20:01:55 -04:00
parent 9d4215695d
commit 4dba552fd1
331 changed files with 1126 additions and 1917 deletions
+3 -7
View File
@@ -1,4 +1,4 @@
/*****************************************************************************************
/*****************************************************************************************
* *
* OpenSpace *
* *
@@ -22,9 +22,7 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
namespace openspace {
namespace luascriptfunctions {
namespace openspace::luascriptfunctions {
int connect(lua_State* L) {
int nArguments = lua_gettop(L);
@@ -66,6 +64,4 @@ int resignHostship(lua_State* L) {
return 0;
}
} // namespace luascriptfunctions
} // namespace openspace
} // namespace openspace::luascriptfunctions