Changeset 4536 for trunk/integration
- Timestamp:
- 10/24/08 07:49:15 (3 months ago)
- Files:
-
- 1 modified
-
trunk/integration/logtalk_comp_xsbmt.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/integration/logtalk_comp_xsbmt.pl
r4507 r4536 24 24 :- thread_shared('$lgt_after_'(_, _, _, _, _)). 25 25 26 % tables of loaded entities and respective relationships26 % tables of loaded entities, entity properties, and entity relations 27 27 :- thread_shared('$lgt_current_protocol_'(_, _, _, _, _)). 28 :- thread_shared('$lgt_current_category_'(_, _, _, _, _, _, _)). 29 :- thread_shared('$lgt_current_object_'(_, _, _, _, _, _, _, _, _, _, _, _, _)). 28 :- thread_shared('$lgt_current_category_'(_, _, _, _, _, _)). 29 :- thread_shared('$lgt_current_object_'(_, _, _, _, _, _, _, _, _, _, _)). 30 31 :- thread_shared('$lgt_entity_property_'(_, _)). 30 32 31 33 :- thread_shared('$lgt_implements_protocol_'(_, _, _)). … … 35 37 :- thread_shared('$lgt_extends_protocol_'(_, _, _)). 36 38 :- thread_shared('$lgt_extends_object_'(_, _, _)). 37 :- thread_shared('$lgt_complemented_object_'(_, _, _, _ )).39 :- thread_shared('$lgt_complemented_object_'(_, _, _, _, _)). 38 40 39 41 % table of loaded files
