Changeset 76395 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Dec 23, 2018 3:31:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127694
- Location:
- trunk/src/VBox/HostServices/GuestProperties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r76389 r76395 50 50 #include <iprt/cpp/ministring.h> 51 51 #include <VBox/err.h> 52 #include <VBox/hgcmsvc.h> 52 53 #include <iprt/mem.h> 53 54 #include <iprt/req.h> -
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r76389 r76395 23 23 #include <VBox/HostServices/GuestPropertySvc.h> 24 24 #include <VBox/err.h> 25 #include <VBox/hgcmsvc.h> 25 26 #include <iprt/test.h> 26 27 #include <iprt/time.h>
Note:
See TracChangeset
for help on using the changeset viewer.