[Consmgr-tech] UDSListener::set_addr()
Status: Alpha
Brought to you by:
cross
|
From: Chris R. <cro...@di...> - 2008-04-02 12:34:34
|
Hey there. It looks like you changed UDSListener::set_addr() to
modify its inherited addr member directly, rather than call
SockConn::set_addr(). I thought we had stated earlier that we
shouldn't modify inherited members, and that there should be methods
for doing such in the class that owns the data member? SockListener
has set_addr() methods.
Clearly, the model of coding is a little unclear somewhere. I
swear we specifically said that there should be accessor methods for
things that were members in superclasses....
Anyway...
- Chris
|