View Single Post
  #1 (permalink)  
Old 04-10-2004
yomi yomi is offline
Registered User
 
 
Join Date: Aug 2003
Posts: 32
Operations in Class

There is such a sentence in the document:
"Operations on classes are always executed in the caller’s address space, that is, operations on classes are local operations."

I am confused does it means operations of class only invocation local functions? But I have been succeed do a remote call via operations of class.
Reply With Quote