COMInterfaceImp instances are initialized twice

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

COMInterfaceImp instances are initialized twice

Pavel Perikov-2
Is this by intent?

---------------

COMClassFactory>>createInstance: pUnkOuter

    ^serverClass new initialize; yourself

-----------

COMInterfaceImp>> new

    ^ super new initialize.

--------------

Yours, Pavel


Reply | Threaded
Open this post in threaded view
|

Re: COMInterfaceImp instances are initialized twice

Blair McGlashan
"Pavel Perikov" <[hidden email]> wrote in message
news:[hidden email]...
> Is this by intent?
> ...

No. COMClassFactor>>createInstance: should be leaving it up to the class to
initialize its new instances. Issue #636.

Regards

Blair