Add a note concerning explicit object registering.
--- a/doc/book/en/development/devcore/vreg.rst Thu Jun 04 17:21:29 2009 +0200
+++ b/doc/book/en/development/devcore/vreg.rst Thu Jun 04 11:26:59 2009 -0700
@@ -13,7 +13,10 @@
conditionnellement,
- enregistrement explicite en définissant la fonction `registration_callback(vreg)`
- appel des méthodes d'enregistrement des objets sur le vreg
-
+.. note::
+ Once the function `registration_callback(vreg)` is implemented, all the objects
+ need to be explicitely registered as it disables the automatic object registering.
+
* suppression de l'ancien système quand il ne restera plus de réference au
module registerers dans le code des cubes existants.
@@ -148,4 +151,4 @@
Debugging
`````````
-XXX explain traced_selection context manager
\ No newline at end of file
+XXX explain traced_selection context manager