Kaydet (Commit) 0b6f51fe authored tarafından Julien Nabet's avatar Julien Nabet

Typo: E_HARDEXCETIONS->E_HARDEXCEPTIONS

Change-Id: I482d8fdb549d2a9c79bb68bd910e761f61337fb6
üst 09de20fb
......@@ -59,7 +59,7 @@ class TransactionGuard : private boost::noncopyable
inline TransactionGuard( TransactionManager& rManager, EExceptionMode eMode, ERejectReason* eReason = NULL )
: m_pManager( &rManager )
{
// If exception mode is set to E_HARDEXCETIONS we don't need a buffer to return reason!
// If exception mode is set to E_HARDEXCEPTIONS we don't need a buffer to return reason!
// We handle it private. If a call is rejected, our manager throw some exceptions ... and the reason
// could be ignorable ...
if( eReason == NULL )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment