freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] modification to slot.


From: Yohanes Santoso
Subject: [FR-devel] modification to slot.
Date: 08 May 2002 15:32:12 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

What do you think if slot delegates whatever msg it cannot understand
to the data?

So, instead of saying:
currBuffer = @bus["buffer/scratch:1"]
currBuffer.data.insert_char(1, "hallo")

we use this:
currBuffer.insert_char(1, "hallo")

YS.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]