Changeset 87588 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Feb 3, 2021 5:14:01 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp
r87578 r87588 57 57 } 58 58 59 static void appendTokenizedStrings(std::vector<std::string> &vecStrings, const std::string &strToAppend, char chDelim /* = ' ' */)59 static void appendTokenizedStrings(std::vector<std::string> &vecStrings, const std::string &strToAppend, char chDelim = ' ') 60 60 { 61 61 if (strToAppend.empty())
Note:
See TracChangeset
for help on using the changeset viewer.