View Single Post
  #1 (permalink)  
Old 04-23-2004
alpha88 alpha88 is offline
Registered User
 
 
Join Date: Apr 2004
Posts: 3
Classes - __Ptr and __Prx

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?
Reply With Quote