commit | cde37ad608dd5cb5e079a007445ccd5c166ee4a6 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Dec 24 01:02:05 2015 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Dec 24 01:02:05 2015 -0700 |
tree | fb562f5a1af40e0b488b3954b6b9625d7087fb19 | |
parent | c5401494fe2a9668cf9a39419cb521c954648072 [diff] [blame] |
face: face refactoring completion * delete old Face * rename LpFace as Face * eliminate LpFaceWrapper and use new Face refs #3172 Change-Id: I08c3a5dfb4cc1b9834b30cccd9ab634535d0608c
diff --git a/tests/daemon/face/dummy-transport.hpp b/tests/daemon/face/dummy-transport.hpp index ce2833b..f957e1e 100644 --- a/tests/daemon/face/dummy-transport.hpp +++ b/tests/daemon/face/dummy-transport.hpp
@@ -91,6 +91,7 @@ doClose() DECL_OVERRIDE { isClosed = true; + this->setState(TransportState::CLOSED); } virtual void