Changeset 4212
- Timestamp:
- 04/19/08 08:41:31 (3 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
examples/complements/NOTES.txt (modified) (1 diff)
-
manuals/index.html (modified) (1 diff)
-
manuals/refman/refman.header (modified) (1 diff)
-
manuals/userman/categories.html (modified) (2 diffs)
-
manuals/userman/userman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/complements/NOTES.txt
r4102 r4212 10 10 11 11 This folder contains an example that shows how to use a category to 12 explicitly complement an existing object , thus providing functionality13 similar to Objective-C categories.12 explicitly complement an existing object (without modifying its source 13 code), thus providing functionality similar to Objective-C categories. -
trunk/manuals/index.html
r4209 r4212 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: April 1 8, 2008</span>34 <span>Last updated on: April 19, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/refman.header
r4152 r4212 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on March 21, 2008</p>38 <p class="date">Last updated on April 18, 2008</p> 39 39 </div> 40 40 -
trunk/manuals/userman/categories.html
r3979 r4212 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. 71 </p> 72 <p> 70 73 When you want to use static binding with a <em>complemented</em> object, be sure to compile and load the <em>complementing</em> category before the object (otherwise the new functionality added by the category will be ignored by the object clients). 71 74 </p> … … 346 349 <div class="copyright"> 347 350 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 348 <span>Last updated on: December 9, 2007</span>351 <span>Last updated on: April 19, 2008</span> 349 352 </div> 350 353 <div class="navbottom"> -
trunk/manuals/userman/userman.header
r4194 r4212 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on April 7, 2008</p>38 <p class="date">Last updated on April 19, 2008</p> 39 39 </div> 40 40
