Changeset 46961 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 4, 2013 5:34:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp
r46959 r46961 440 440 441 441 alock.release(); 442 hrc = nic-> GetMACAddress(mac.asOutParam());442 hrc = nic->COMGETTER(MACAddress)(mac.asOutParam()); 443 443 alock.acquire(); 444 444
Note:
See TracChangeset
for help on using the changeset viewer.