From defd8a66eade4cb11960cf6de2b45c2f42ec3388 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 15:17:30 -0700 Subject: Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-ref distinction on rust_proxy. --- src/rt/rust_task.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/rt/rust_task.h') diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index a5cca2cb..0c723a9d 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -5,9 +5,8 @@ #ifndef RUST_TASK_H #define RUST_TASK_H struct -rust_task : public rust_proxy_delegate, - public dom_owned, - public rust_cond +rust_task : public maybe_proxy, + public dom_owned { // Fields known to the compiler. stk_seg *stk; -- cgit v1.2.3