Changeset 25601 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Dec 31, 2009 12:40:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r25417 r25601 615 615 const char *pcszValue = NULL; /* ditto */ 616 616 const char *pcszFlags = NULL; 617 uint32_t cchName, cchValue, cchFlags = 0; 617 uint32_t cchName = 0; /* ditto */ 618 uint32_t cchValue = 0; /* ditto */ 619 uint32_t cchFlags = 0; 618 620 uint32_t fFlags = NILFLAG; 619 621 RTTIMESPEC time;
Note:
See TracChangeset
for help on using the changeset viewer.