[PATCH] New constructor for DCOPStub
Christian Loose
christian.loose at hamburg.de
Tue Jan 14 07:43:16 GMT 2003
Am Montag, 13. Januar 2003 23:49 schrieb Simon Hausmann:
> On Mon, Jan 13, 2003 at 10:47:43PM +0100, Christian Loose wrote:
> > Hi!
> >
> > This attached patch adds a new convenience constructor to DCOPStub (with
> > the according changes to dcopidl2cpp) which takes a DCOPRef.
>
> Can you add an assignment operator implementation in the same run?
>
> :)
Sure, I will do that.
>
> (btw, why did you mark the copy constructor explicit?)
It's a habit. I always make constructors (is it really a copy constructor?)
which have only one argument explicit to prevent unwanted casts. Should I
remove the explicit?
>
> Simon
Christian
More information about the kde-core-devel
mailing list