diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 20:02:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 20:02:08 +0300 |
commit | e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a (patch) | |
tree | dc084f64896f5f932dd71c1f2dcb94267e3afbea /framework/inc/threadhelp/transactionguard.hxx | |
parent | 1e0fae45a6b13e7571ec890d27dc1f6f69c9f3fb (diff) |
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
Diffstat (limited to 'framework/inc/threadhelp/transactionguard.hxx')
-rw-r--r-- | framework/inc/threadhelp/transactionguard.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx index 596ae0333cd8..216027116735 100644 --- a/framework/inc/threadhelp/transactionguard.hxx +++ b/framework/inc/threadhelp/transactionguard.hxx @@ -55,7 +55,6 @@ class TransactionGuard : private boost::noncopyable @param "rManager" reference to transaction manager for using to register a request @param "eMode" enable/disable throwing of exceptions for rejected calls @param "eReason" returns reason for rejected calls if "eMode=E_NOEXCEPTIONS"! - @onerror - *//*-*****************************************************************************************************/ inline TransactionGuard( ITransactionManager& rManager, EExceptionMode eMode, ERejectReason* eReason = NULL ) : m_pManager( &rManager ) @@ -77,8 +76,6 @@ class TransactionGuard : private boost::noncopyable /*-************************************************************************************************************ @short dtor @descr We must release the transaction manager and can forget his pointer. - @param - - @onerror - *//*-*************************************************************************************************************/ inline ~TransactionGuard() { @@ -92,8 +89,6 @@ class TransactionGuard : private boost::noncopyable @attention We don't support any start() method here - because it is not easy to detect if a transaction already started or not! (combination of EExceptionMode and ERejectReason) - @param - - @onerror - *//*-*************************************************************************************************************/ inline void stop() { @@ -114,7 +109,6 @@ class TransactionGuard : private boost::noncopyable Thats why we disable it by make it private. @seealso other ctor - @return - *//*-*****************************************************************************************************/ TransactionGuard(); |