Changeset 4270 for trunk/manuals/userman/objects.html
- Timestamp:
- 05/23/08 09:49:25 (6 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/objects.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/objects.html
r3960 r4270 304 304 <pre>:- synchronized.</pre> 305 305 <p> 306 This directive results in using internally the same mutex for synchronizing the execution of all defined object predicates. 306 This directive results in using internally the same mutex for synchronizing the execution of all defined object predicates. For fine-grained predicate synchronization, the <a title="Consult reference manual" href="../refman/directives/synchronized1.html"><code>synchronized/1</code></a> directive may be used instead. 307 307 </p> 308 308 … … 439 439 <div class="copyright"> 440 440 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 441 <span>Last updated on: December 9, 2007</span>441 <span>Last updated on: May 21, 2008</span> 442 442 </div> 443 443 <div class="navbottom">
