Changeset 44324 in vbox for trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp
- Timestamp:
- Jan 21, 2013 3:47:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp
r32705 r44324 5 5 6 6 /* 7 * Copyright (C) 2007 Oracle Corporation7 * Copyright (C) 2007-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 98 98 } 99 99 100 VBGLR3DECL(int) VbglR3GuestPropDelete(uint32_t u32ClientId, 101 const char *pszName) 102 { 103 RTPrintf("Called DEL_PROP, client %d, name %s...\n", 104 u32ClientId, pszName); 105 return VINF_SUCCESS; 106 } 107 100 108 struct VBGLR3GUESTPROPENUM 101 109 {
Note:
See TracChangeset
for help on using the changeset viewer.