bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New NetworkInterface and InetInterface classes


From: Federico Montesino Pouzols
Subject: Re: New NetworkInterface and InetInterface classes
Date: Sat, 27 Dec 2003 22:16:57 +0100
User-agent: Mutt/1.5.4i

        Hi, 

        at first sight, it seems that NetworkInterface has some things
in common with NetworkDeviceInfo (network.h/cpp), are you aware of
this class? Do you think it would make sense to merge or coordinate
them?

        I think some things could go into the base library and some
others into the hardware extension. For instance, methods and data
clearly and directly related to hardware (such as IRQs and DMAs) could
be defined in derived classes in the hardware extension, whereas the
base classes could go into the base library.

On Sat, Dec 27, 2003 at 05:54:21PM +0100, "Marc Boris Dürner" wrote:
> Hi, 
> I have written a NetworkInterface class and a InetInterface class.
> NetworkInterface is 
> derived from Socket to get a socket descriptor for the ioctl()s and
> InetInterface is derived 
> from NetworkInterface to initialise the Socket with the domain and type. Any
> comments? 
>  
> Should this go into the ccBaseKit or in the ccHardware extension? 
>  
> regards, 
> Marc 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]