Changeset 57358 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/HostServices/GuestProperties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r44529 r57358 35 35 */ 36 36 37 /******************************************************************************* 38 * Header Files * 39 *******************************************************************************/ 37 38 /********************************************************************************************************************************* 39 * Header Files * 40 *********************************************************************************************************************************/ 40 41 #define LOG_GROUP LOG_GROUP_HGCM 41 42 #include <VBox/HostServices/GuestPropertySvc.h> -
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r44529 r57358 17 17 */ 18 18 19 /******************************************************************************* 20 * Header Files * 21 *******************************************************************************/ 19 20 /********************************************************************************************************************************* 21 * Header Files * 22 *********************************************************************************************************************************/ 22 23 #include <VBox/HostServices/GuestPropertySvc.h> 23 24 #include <iprt/test.h> … … 25 26 26 27 27 /******************************************************************************* 28 * Global Variables *29 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Global Variables * 30 *********************************************************************************************************************************/ 30 31 static RTTEST g_hTest = NIL_RTTEST; 31 32
Note:
See TracChangeset
for help on using the changeset viewer.