2 Nov
2015
2 Nov
'15
5:13 p.m.
static HRESULT TransactedSnapshotImpl_LockTransaction(StorageBaseImpl *base, BOOL write) { + FIXME("stub\n"); return E_NOTIMPL; }
static HRESULT TransactedSnapshotImpl_UnlockTransaction(StorageBaseImpl *base, BOOL write) { + FIXME("stub\n"); return E_NOTIMPL; }
It's the same situation with these two. They are internal functions, and they're not supposed to be implemented.