Subversion Repositories programming

Rev

Rev 224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 260
Line 5... Line 5...
5
 * Class: CS380 - Computer Networking
5
 * Class: CS380 - Computer Networking
6
 *
6
 *
7
 * Assignment: Project #3
7
 * Assignment: Project #3
8
 * Date Last Modified: 2006-02-15
8
 * Date Last Modified: 2006-02-15
9
 *
9
 *
-
 
10
 * Purpose: Implement a simple-to-access representation of an IP Address.
-
 
11
 * This is used extensively by the DHCPTable class. This class allows easy
10
 * Purpose: //FIXME
12
 * access to each of the fields in the IP Address.
11
 ******************************************************************************/
13
 ******************************************************************************/
12
 
14
 
13
public class IPAddr
15
public class IPAddr
14
{
16
{
15
    /* Instance Variables */
17
    /* Instance Variables */