promise: rename check_promise() -> has_failed()
authorBrian Norris <banorris@uci.edu>
Wed, 23 Jan 2013 19:53:33 +0000 (11:53 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 23 Jan 2013 19:58:41 +0000 (11:58 -0800)
commitccb7650d28bc49534bfb75de43447900cd048461
tree14d349af9fd5cc1c68502b04e7aa79307bf762d0
parent014ccdb9492a8e6f36dadb3a7e0a45e5f3d39bee
promise: rename check_promise() -> has_failed()

The name "check_promise" doesn't really tell what this function is
doing. It is actually checking if the promise is unresolvable.
model.cc
promise.cc
promise.h