Classes - __Ptr and __Prx

in Help Center
My server has a collection of classes (say Block).
Block has datamembers and an interface.
Inside my server, I have BlockPtr which work just fine.
However, I want to give clients a BlockPrx.
How can I get a proxy from a smart pointer?
Block has datamembers and an interface.
Inside my server, I have BlockPtr which work just fine.
However, I want to give clients a BlockPrx.
How can I get a proxy from a smart pointer?
0
Comments
Cheers,
Michi.