Changeset 18817 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 7, 2009 12:38:35 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18816 r18817 1509 1509 // make sure it's one of these two 1510 1510 if ( (strNetwork.compare("Null", Utf8Str::CaseInsensitive)) 1511 && (strNetwork.compare("NAT", Utf8Str::CaseInsensitive)) 1511 1512 && (strNetwork.compare("Bridged", Utf8Str::CaseInsensitive)) 1512 1513 && (strNetwork.compare("Internal", Utf8Str::CaseInsensitive))
Note:
See TracChangeset
for help on using the changeset viewer.