Author: Whiteknight
Date: Mon Jan 12 12:52:14 2009
New Revision: 35457
Modified:
trunk/docs/book/ch04_pir_subroutines.pod
Log:
[Book] Small reconfigure of the headings in chapter 4. VTABLEs are defined on a class, so I'm putting them in the section with namespaces and methods.
Modified: trunk/docs/book/ch04_pir_subroutines.pod
==============================================================================
--- trunk/docs/book/ch04_pir_subroutines.pod (original)
+++ trunk/docs/book/ch04_pir_subroutines.pod Mon Jan 12 12:52:14 2009
@@ -520,7 +520,7 @@
ret
.eom
-=head2 Namespaces, Classes, and Methods
+=head2 Namespaces, Methods, and VTABLES
Z<CHP-4-SECT-2>
@@ -676,7 +676,7 @@
(res1, res2) = obj."method"(arg1, arg2)
-=head2 VTABLEs
+=head3 VTABLEs
PMCs all subscribe to a common interface of functions called X<VTABLE>
VTABLEs. Every PMC implements the same set of these interfaces, which