Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-ref distinction on rust_proxy.

This commit is contained in:
Michael Bebenita
2010-07-28 15:17:30 -07:00
committed by Graydon Hoare
parent 30b3f8a117
commit defd8a66ea
4 changed files with 48 additions and 23 deletions

View File

@@ -5,9 +5,8 @@
#ifndef RUST_TASK_H
#define RUST_TASK_H
struct
rust_task : public rust_proxy_delegate<rust_task>,
public dom_owned<rust_task>,
public rust_cond
rust_task : public maybe_proxy<rust_task>,
public dom_owned<rust_task>
{
// Fields known to the compiler.
stk_seg *stk;