----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31308/#review73626 -----------------------------------------------------------
src/tests/port_mapping_tests.cpp <https://reviews.apache.org/r/31308/#comment120026> Just looked at the pastebin file (Thanks!), can we either replace the entire `using mesos::internal::slave::*` code block with `using namespace mesos::internal::slave` or remove the new code block and add the missing members using `using mesos::internal::slave::XYZ`? - Kapil Arya On Feb. 23, 2015, 12:37 p.m., Evelina Dumitrescu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31308/ > ----------------------------------------------------------- > > (Updated Feb. 23, 2015, 12:37 p.m.) > > > Review request for mesos and Dominic Hamon. > > > Repository: mesos > > > Description > ------- > > see summary > > > Diffs > ----- > > src/tests/port_mapping_tests.cpp a03de23e9833e8e3ec6b4a18b007811ac2b2b764 > > Diff: https://reviews.apache.org/r/31308/diff/ > > > Testing > ------- > > > Thanks, > > Evelina Dumitrescu > >
