Changeset 21079 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jun 30, 2009 3:59:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r21077 r21079 603 603 * @return 604 604 */ 605 std::string ConvertComString(const com::Guid &bstr) 606 { 605 std::string ConvertComString(const com::Guid &uuid) 606 { 607 com::Bstr bstr(uuid); 607 608 com::Utf8Str ustr(bstr); 608 609 const char *pcsz;
Note:
See TracChangeset
for help on using the changeset viewer.