ovyalov added a comment.

In http://reviews.llvm.org/D14085#275442, @zturner wrote:

> I'm not sure I agree with this change.  The interface to programming with 
> socket is by definition a property of the Host operating system.  It seems to 
> me like Host was already the correct place for this code.


Base Socket class which is utilized by users remains in Host interface - moving 
implementation classes into Plugins somewhat simplifies creation/registration 
process with PluginManager (instead of if (scheme=="tcp"){} else if 
(scheme=="unix"){}..).


http://reviews.llvm.org/D14085



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to