Changeset 70061 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Dec 11, 2017 3:26:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r70058 r70061 31 31 static RTTEST g_hTest = NIL_RTTEST; 32 32 33 using namespace guestProp; 34 33 34 /********************************************************************************************************************************* 35 * Internal Functions * 36 *********************************************************************************************************************************/ 35 37 extern "C" DECLCALLBACK(DECLEXPORT(int)) VBoxHGCMSvcLoad (VBOXHGCMSVCFNTABLE *ptable); 38 36 39 37 40 /** Simple call handle structure for the guest call completion callback */
Note:
See TracChangeset
for help on using the changeset viewer.