Changeset 36027 in vbox
- Timestamp:
- Feb 21, 2011 9:22:52 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70128
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r35982 r36027 4533 4533 { 4534 4534 rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam()); 4535 if (FAILED(rc)) throwrc;4535 if (FAILED(rc)) return rc; 4536 4536 4537 4537 if (bstr == aName)
Note:
See TracChangeset
for help on using the changeset viewer.