View Single Post
  #4 (permalink)  
Old 09-01-2003
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Sure, that's called "by proxy". (We try to avoid the term "reference", because it is so ambiguous.)

Sending a proxy for an object instead of the object by value is much more common. Please see the Ice documentation for more information, it has lots of examples for by-proxy transfer.
Reply With Quote