Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/misc/handletablectx.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/handletablectx.cpp
r19865 r21337 29 29 */ 30 30 31 31 32 /******************************************************************************* 32 33 * Header Files * 33 34 *******************************************************************************/ 34 35 #include <iprt/handletable.h> 36 #include "internal/iprt.h" 37 35 38 #include <iprt/mem.h> 36 39 #include <iprt/spinlock.h> … … 216 219 return rc; 217 220 } 221 RT_EXPORT_SYMBOL(RTHandleTableAllocWithCtx); 218 222 219 223 … … 259 263 return pvObj; 260 264 } 265 RT_EXPORT_SYMBOL(RTHandleTableLookupWithCtx); 261 266 262 267 … … 330 335 return pvObj; 331 336 } 332 337 RT_EXPORT_SYMBOL(RTHandleTableFreeWithCtx); 338
Note:
See TracChangeset
for help on using the changeset viewer.