| 1107 | } |
| 1108 | |
| 1109 | XN_C_API XnStatus xnLogCreateFileEx(const XnChar* strFileName, XnBool bSessionBased, XN_FILE_HANDLE* phFile) |
| 1110 | { |
| 1111 | XnChar strFullPath[XN_FILE_MAX_PATH]; |
| 1112 | return xnLogCreateNewFile(strFileName, bSessionBased, strFullPath, XN_FILE_MAX_PATH, phFile); |
| 1113 | } |
| 1114 | |
| 1115 | #endif // #ifndef __XN_NO_BC__ |
nothing calls this directly
no test coverage detected