At 4:22 PM -0400 4/7/06, Charles Yeomans wrote:
I am a little confused by the documentation for ServerSocket.AddSocket -- I assume that the reason for its existence is to allow me to write a TCPSocket subclass and return instances of that class.
That's right.
But the documentation suggests that it is my responsibility to hang on to a reference to the object -- is this in fact the case?
No, nothing of the sort. Just create 'em, return 'em, and forget 'em. Best, - Joe -- Joseph J. Strout [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
