Changeset 33540 in vbox for trunk/src/VBox/HostServices/GuestProperties/testcase
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r29394 r33540 601 601 /** What size should the value/flags array be? */ 602 602 uint32_t cchValue; 603 /** Should this pro eprty exist? */603 /** Should this property exist? */ 604 604 bool exists; 605 605 /** Do we expect a particular timestamp? */ … … 779 779 } 780 780 781 /** Param ters for the asynchronous guest notification call */781 /** Parameters for the asynchronous guest notification call */ 782 782 struct asyncNotification_ 783 783 {
Note:
See TracChangeset
for help on using the changeset viewer.