Changeset 25732 in vbox for trunk/include/iprt/lockvalidator.h
- Timestamp:
- Jan 11, 2010 4:23:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/lockvalidator.h
r25707 r25732 915 915 * @param iLine The line in that source file. 916 916 * @param pszFunction The function name. 917 */ 918 RTDECL(RTLOCKVALCLASS) RTLockValidatorClassForSrcPos(RT_SRC_POS_DECL); 917 * @param pszNameFmt Class name format string, optional (NULL). Max 918 * length is 32 bytes. 919 * @param ... Format string arguments. 920 */ 921 RTDECL(RTLOCKVALCLASS) RTLockValidatorClassForSrcPos(RT_SRC_POS_DECL, const char *pszNameFmt, ...); 919 922 920 923 /**
Note:
See TracChangeset
for help on using the changeset viewer.