Transactor documentation and test fix

This commit is contained in:
Aleksandar Fabijanic
2009-02-10 13:32:24 +00:00
parent d11f007d23
commit 60c8b0183e
2 changed files with 24 additions and 7 deletions

View File

@@ -76,7 +76,8 @@ public:
/// };
///
/// ATransaction t;
/// Transaction at(session, t); // commits, if successful
/// Transaction at(session);
/// at.transact(t); // commits, if successful
///
/// See Transaction for more details on how to use Transactor.
{