Changes between Version 30 and Version 31 of PRO_LIB_CORE_TUTORIAL
- Timestamp:
- 07/09/09 14:10:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL
v30 v31 516 516 * And also makes sure that other Meddles cannot "own" the same jesus(). [[BR]] 517 517 These two things actually mean that that ''each Meddle has its oooown... peeeersonal... jeeesus'' (:[[BR]] 518 Another thing to mention due to The Only Meddle's request is that it is not mandatory to manually declare ParentProperties in @Owned ProObjects if you don't want to use the parent link but guarantee that the ProObjects is @Owned only by one parent. 518 Another thing to mention due to The Only Meddle's request is that it is not mandatory to manually declare ParentProperties in @Owned ProObjects if you don't want to use the parent link but guarantee that the ProObjects is @Owned only by one parent. Well, this is wrong. It '''is''' mandatory, otherwise it won't work. Maybe this should be refactored. Gogov 1:0 Meddle. 519 519 520 520 == @Shared & ProUtil.clone() ==