X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Ftrans.txt;h=c1c1391eb2299209de97bbfa9443bdf196040177;hb=ae2b00416589dfe798fc40f0575f62a0c664798f;hp=fb3445f5bbec758186613c757e200aedc276ee2d;hpb=bfca2c42bc0e749f8611339568be502f22ac5e9c;p=libucw.git diff --git a/ucw/doc/trans.txt b/ucw/doc/trans.txt index fb3445f5..c1c1391e 100644 --- a/ucw/doc/trans.txt +++ b/ucw/doc/trans.txt @@ -15,8 +15,8 @@ within the transaction. - <> - <> -Resource pools: ucw/respool.h [[respools]] ------------------------------------------- +Resource pools: ucw/resource.h [[respools]] +------------------------------------------- A resource pool contains a stack of resources. When a new resource is created, it is pushed onto the stack. When freeing the pool, the @@ -40,7 +40,7 @@ One pool can be used for at most one thread at a time. All functions which create resources do so in the active pool. All other functions operating on resources work on both active and in-active pools. -!!ucw/respool.h +!!ucw/resource.h Transactions: ucw/trans.h [[trans]] ----------------------------------- @@ -143,9 +143,3 @@ All exceptions raised by LibUCW reside in the `ucw` subtree. So far, the following exception types are defined: `ucw.fb`:: <> - -== FIXME's == - -- Unit tests -- Resourcification of more libucw objects. -- More exceptions