You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2015/02/23 20:43:08 UTC

mesos git commit: Fixed the compilation issue in port mapping tests.

Repository: mesos
Updated Branches:
  refs/heads/master 9e5a32701 -> 46834faca


Fixed the compilation issue in port mapping tests.

Review: https://reviews.apache.org/r/31308


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

Branch: refs/heads/master
Commit: 46834faca67f877631e1beb7d61be5c080ec3dc2
Parents: 9e5a327
Author: Evelina Dumitrescu <ev...@gmail.com>
Authored: Mon Feb 23 11:34:16 2015 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Feb 23 11:42:56 2015 -0800

----------------------------------------------------------------------
 src/tests/port_mapping_tests.cpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/46834fac/src/tests/port_mapping_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/port_mapping_tests.cpp b/src/tests/port_mapping_tests.cpp
index 62cc9a7..e2c8ba1 100644
--- a/src/tests/port_mapping_tests.cpp
+++ b/src/tests/port_mapping_tests.cpp
@@ -62,6 +62,8 @@
 #include "tests/mesos.hpp"
 #include "tests/utils.hpp"
 
+using namespace mesos::internal::slave;
+
 using namespace process;
 
 using namespace routing;
@@ -70,12 +72,6 @@ using namespace routing::queueing;
 
 using mesos::internal::master::Master;
 
-using mesos::internal::slave::Launcher;
-using mesos::internal::slave::LinuxLauncher;
-using mesos::internal::slave::MesosContainerizer;
-using mesos::internal::slave::MesosContainerizerLaunch;
-using mesos::internal::slave::PortMappingIsolatorProcess;
-
 using mesos::slave::Isolator;
 
 using std::list;