Browse Source

[1261] a bit more documentation

JINMEI Tatuya 13 years ago
parent
commit
e9e29a281b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/bin/xfrin/xfrin.py.in

+ 6 - 0
src/bin/xfrin/xfrin.py.in

@@ -205,6 +205,12 @@ class XfrinState:
 
 
         All subclass has their specific behaviors for this method, so
         All subclass has their specific behaviors for this method, so
         there is no default definition.
         there is no default definition.
+
+        This method returns a boolean value: True if the given RR was
+        fully handled and the caller should go to the next RR; False
+        if the caller needs to call this method with the (possibly) new
+        state for the same RR again.
+
         '''
         '''
         pass
         pass