You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2016/07/07 18:32:17 UTC

mesos git commit: Reordered namespace aliases to group them together.

Repository: mesos
Updated Branches:
  refs/heads/master bad1cfa7e -> d2c153f01


Reordered namespace aliases to group them together.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d2c153f0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d2c153f0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d2c153f0

Branch: refs/heads/master
Commit: d2c153f013a446174bbcafc793cf38d56bb5a477
Parents: bad1cfa
Author: Anand Mazumdar <an...@apache.org>
Authored: Thu Jul 7 11:26:55 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Thu Jul 7 11:26:55 2016 -0700

----------------------------------------------------------------------
 src/files/files.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d2c153f0/src/files/files.cpp
----------------------------------------------------------------------
diff --git a/src/files/files.cpp b/src/files/files.cpp
index 8b04ff2..c8991c4 100644
--- a/src/files/files.cpp
+++ b/src/files/files.cpp
@@ -60,6 +60,8 @@
 #include "logging/logging.hpp"
 
 namespace http = process::http;
+namespace io = process::io;
+namespace mime = process::mime;
 
 using http::BadRequest;
 using http::Forbidden;
@@ -67,9 +69,6 @@ using http::InternalServerError;
 using http::NotFound;
 using http::OK;
 
-namespace io = process::io;
-namespace mime = process::mime;
-
 using mesos::Authorizer;
 
 using process::AUTHENTICATION;