Changeset 33540 in vbox for trunk/src/VBox/NetworkServices/DHCP
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
r28845 r33540 61 61 * DHCP configuration item. 62 62 * 63 * This is all public data because I'm too lazy to do it proper tly right now.63 * This is all public data because I'm too lazy to do it properly right now. 64 64 */ 65 65 class VBoxNetDhcpCfg … … 1361 1361 * Begin an option. 1362 1362 * 1363 * @returns true on succes , false if we're out of space.1363 * @returns true on success, false if we're out of space. 1364 1364 * 1365 1365 * @param uOption The option number. … … 1559 1559 * 1560 1560 * The END will always be added as we're reserving room for it, however, we 1561 * might 've dropped previous options due to overflows and that is what the1561 * might have dropped previous options due to overflows and that is what the 1562 1562 * return status indicates. 1563 1563 *
Note:
See TracChangeset
for help on using the changeset viewer.