- Timestamp:
- Aug 8, 2011 7:25:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp
r37700 r38365 477 477 if (it != mData->mProperties.end()) 478 478 value = it->second; // source is a Utf8Str 479 else if (strKey == "TCP/Ports") 480 value = VRDP_DEFAULT_PORT_STR; 479 481 value.cloneTo(aValue); 480 482
Note:
See TracChangeset
for help on using the changeset viewer.