commit | c099ddb587d110f4b0f97166083c018775cb0ac5 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Dec 25 20:53:20 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jan 06 20:50:15 2015 -0700 |
tree | 556d300e903392401fa13ee75b070622dbaf87f4 | |
parent | a22a2172611b1cb93b2e2f53d9d5da122b384f3e [diff] [blame] |
face: replace EventEmitter usage with Signal refs #2300 Change-Id: I17d0d65d2c474b17dd9f23f271a6144b0b4fbc07
diff --git a/tests/daemon/face/face.cpp b/tests/daemon/face/face.cpp index 143dfe6..a8f397a 100644 --- a/tests/daemon/face/face.cpp +++ b/tests/daemon/face/face.cpp
@@ -65,7 +65,7 @@ FaceFailTestFace() : failCount(0) { - this->onFail += bind(&FaceFailTestFace::failHandler, this, _1); + this->onFail.connect(bind(&FaceFailTestFace::failHandler, this, _1)); } void