]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/trans.txt
Daemon: Let daemon actions be numbered from 1
[libucw.git] / ucw / doc / trans.txt
index fb3445f5bbec758186613c757e200aedc276ee2d..c1c1391eb2299209de97bbfa9443bdf196040177 100644 (file)
@@ -15,8 +15,8 @@ within the transaction.
 - <<exc,Exceptions>>
 - <<excnames,Exception names>>
 
 - <<exc,Exceptions>>
 - <<excnames,Exception names>>
 
-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
 
 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.
 
 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]]
 -----------------------------------
 
 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`:: <<fastbuf:fbexc,Fastbufs>>
 following exception types are defined:
 
 `ucw.fb`:: <<fastbuf:fbexc,Fastbufs>>
-
-== FIXME's ==
-
-- Unit tests
-- Resourcification of more libucw objects.
-- More exceptions