Changeset 45187 in vbox for trunk/src/VBox/Runtime/common/misc/handletable.h
- Timestamp:
- Mar 26, 2013 9:28:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/handletable.h
r44529 r45187 5 5 6 6 /* 7 * Copyright (C) 2008-201 2Oracle Corporation7 * Copyright (C) 2008-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 223 223 { 224 224 if (pThis->hSpinlock != NIL_RTSPINLOCK) 225 {226 225 RTSpinlockAcquire(pThis->hSpinlock); 227 }228 226 } 229 227
Note:
See TracChangeset
for help on using the changeset viewer.