[PATCH] New constructor for DCOPStub

Christian Loose christian.loose at hamburg.de
Mon Jan 13 21:47:43 GMT 2003


Hi!

This attached patch adds a new convenience constructor to DCOPStub (with the 
according changes to dcopidl2cpp) which takes a DCOPRef.

So now you can write:

ClassXY_stub* stub = new ClassXY_stub(ref);

instead of:

ClassXY_stub* stub = new ClassXY_stub(ref.app(), ref.obj());

Okay to commit?

Greetings
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: convert-dcopref-stub.diff
Type: text/x-diff
Size: 2987 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20030113/f651cab8/attachment.diff>


More information about the kde-core-devel mailing list