On Tue, Sep 29, 2009 at 11:10 AM, Johan Hedberg [off-list ref] wrote:
Hi Claudio,
On Tue, Sep 29, 2009, Claudio Takahasi wrote:
quoted
"Close" method description on Session interface is missing, I added a
brief description on my branch "devel":
git://git.infradead.org/users/cktakahasi/obexd.git devel
The patch has been pushed upstream (with a minor language fix). Thanks.
Johan
Hi Johan/Marcel,
I noticed that "Close" on Session interface looks like a "self kill".
The current behavior is: unregister transfer
interface (if exists) and after unregister session interface(if ref
reaches zero). Maybe a better place(if we rename it to RemoveSession)
is "org.openobex.Client" interface, the same interface of CreateSession.
Krau.