[rhmessaging-commits] rhmessaging commits: r963 - store/trunk/cpp/lib/jrnl.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Oct 4 15:52:33 EDT 2007


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;
 }




More information about the rhmessaging-commits mailing list