Author: cctrieloff
Date: 2007-10-04 15:52:33 -0400 (Thu, 04 Oct 2007)
New Revision: 963
Modified:
store/trunk/cpp/lib/jrnl/jcntl.cpp
Log:
correct scope of txn_sync
Modified: store/trunk/cpp/lib/jrnl/jcntl.cpp
===================================================================
--- store/trunk/cpp/lib/jrnl/jcntl.cpp 2007-10-04 14:50:53 UTC (rev 962)
+++ store/trunk/cpp/lib/jrnl/jcntl.cpp 2007-10-04 19:52:33 UTC (rev 963)
@@ -257,7 +257,7 @@
}
const bool
-is_txn_synced(const std::string& /*xid*/) throw (jexception)
+jcntl::is_txn_synced(const std::string& /*xid*/) throw (jexception)
{
return RHM_IORES_NOTIMPL;
}