lib/transaction/simple/threadsafe/group.rb in transaction-simple-1.3.0 vs lib/transaction/simple/threadsafe/group.rb in transaction-simple-1.4.0

- old
+ new

@@ -1,4 +1,17 @@ +#-- +# Transaction::Simple +# Simple object transaction support for Ruby +# http://rubyforge.org/projects/trans-simple/ +# Version 1.4.0 +# +# Licensed under a MIT-style licence. See Licence.txt in the main +# distribution for full licensing information. +# +# Copyright (c) 2003 - 2007 Austin Ziegler +# +# $Id: group.rb 47 2007-02-03 15:02:51Z austin $ +#++ require 'transaction/simple/threadsafe' # A transaction group is an object wrapper that manages a group of objects # as if they were a single object for the purpose of transaction # management. All transactions for this group of objects should be