« Return to Thread: Testing one plugin

Re: Testing one plugin

by Daniel Gollub :: Rate this Message:

Reply to Author | View in Thread

On Thursday 10 April 2008 14:18:21 Daniel Gollub wrote:
> On Thursday 10 April 2008 13:37:33 Daniel Gollub wrote:
> > I'll try to port this to the new OpenSync API. Hopefully there is
> > something working until weekend.
>
> Committed initial port of osyncplugin. It doesn't work yet. There is still
> some porting work left. Mostly about OSyncMember method/function transition
> to the OSyncObjTypeSink "object". At least some progess in this area...

Hmm ... wasn't really satisfied with the original code at all - so i just did
an entire rewrite of osyncplugin. It's already kind of working for the basic
plugin functions:

Generic Plugin Functions:
- initialize
- finalize

Sink specific functions:
- connect
- disconnect
- get_changes
- sync_done


http://opensync.org/changeset/3268

More to come ...

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

 « Return to Thread: Testing one plugin