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