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: //FIXME
10
 * Purpose: Hold an entry in the DHCPTable. This holds all of the relevant
-
 
11
 * information: Hardware Address, IP Address, and the lease start time.
11
 ******************************************************************************/
12
 ******************************************************************************/
12
 
13
 
13
public class DHCPTableEntry
14
public class DHCPTableEntry
14
{
15
{
15
    /* Instance Variables */
16
    /* Instance Variables */