Changeset 14698 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Nov 27, 2008 12:04:44 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40011
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r14596 r14698 641 641 printf (" <none>\n"); 642 642 643 Bstr name ("TargetAddress"); 644 Bstr value = Utf8StrFmt ("lalala (%llu)", RTTimeMilliTS()); 645 646 printf ("Settings property %ls to %ls...\n", name.raw(), value.raw()); 647 CHECK_ERROR (hd, SetProperty (name, value)); 643 648 } 644 649 else
Note:
See TracChangeset
for help on using the changeset viewer.