summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/Freeze/TransactionalEvictor.ice5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/slice/Freeze/TransactionalEvictor.ice b/cpp/slice/Freeze/TransactionalEvictor.ice
index 3ac0b27539a..f602ce123df 100644
--- a/cpp/slice/Freeze/TransactionalEvictor.ice
+++ b/cpp/slice/Freeze/TransactionalEvictor.ice
@@ -25,17 +25,15 @@ local interface Transaction;
**/
local interface TransactionalEvictor extends Evictor
{
-
/**
*
* Get the transaction associated with the calling thread.
*
- * @return This transaction associated with the calling thread.
+ * @return The transaction associated with the calling thread.
*
**/
["cpp:const"] Transaction getCurrentTransaction();
-
/**
*
* Associate a transaction with the calling thread.
@@ -48,6 +46,5 @@ local interface TransactionalEvictor extends Evictor
};
-
#endif