Changeset 4528 for trunk/manuals
- Timestamp:
- 10/21/08 09:21:17 (3 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/categories.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/categories.html
r4524 r4528 68 68 :- end_category.</pre> 69 69 <p> 70 This allows us to add new functionality to existing objects without requiring access or modifications to their source code. Common uses are adding logging or debugging functionality to a set of objects. Complemented objects need to be compiled with the <code>complements</code> compiler option switched on.70 This allows us to add new functionality to existing objects without requiring access or modifications to their source code. Common uses are adding logging or debugging predicates to a set of objects. Complementing categories may also be used to define aliases for complemented object predicates. Complemented objects need to be compiled with the <code>complements</code> compiler option switched on. 71 71 </p> 72 72 <p>
