Changeset 19867 in vbox
- Timestamp:
- May 20, 2009 1:37:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r19866 r19867 964 964 * @param hHandleTable The handle table handle. Ignored. 965 965 * @param pvObj The object pointer. 966 * @param pvCtx Context . NULL.966 * @param pvCtx Context, the handle type. Ignored. 967 967 * @param pvUser Session pointer. 968 968 */ 969 969 static DECLCALLBACK(int) supdrvSessionObjHandleRetain(RTHANDLETABLE hHandleTable, void *pvObj, void *pvCtx, void *pvUser) 970 970 { 971 Assert(!pvCtx);972 971 NOREF(pvCtx); 973 972 NOREF(hHandleTable); … … 982 981 * @param h The handle value. Ignored. 983 982 * @param pvObj The object pointer. 984 * @param pvCtx Context . NULL.983 * @param pvCtx Context, the handle type. Ignored. 985 984 * @param pvUser Session pointer. 986 985 */ 987 986 static DECLCALLBACK(void) supdrvSessionObjHandleDelete(RTHANDLETABLE hHandleTable, uint32_t h, void *pvObj, void *pvCtx, void *pvUser) 988 987 { 989 Assert(!pvCtx);990 988 NOREF(pvCtx); 991 989 NOREF(h);
Note:
See TracChangeset
for help on using the changeset viewer.