Searched refs:strServerAndPort (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp642 Utf8Str strServerAndPort; local
645 strServerAndPort = strServer;
649 if (strServerAndPort.length())
650 strServerAndPort.append(":");
651 strServerAndPort.append(strPort);
653 med.strLocation.append(strServerAndPort);
666 med.properties["TargetAddress"] = strServerAndPort;

Completed in 57 milliseconds