Changeset 76395 in vbox
- Timestamp:
- Dec 23, 2018 3:31:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127694
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestPropertySvc.h
r75992 r76395 30 30 #include <VBox/VBoxGuestCoreTypes.h> 31 31 #include <VBox/log.h> 32 #include < VBox/hgcmsvc.h>32 #include <iprt/err.h> 33 33 #include <iprt/assertcompile.h> 34 34 #include <iprt/string.h> -
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.