diff options
author | Justin Clark-Casey (justincc) | 2012-03-09 02:38:11 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-09 02:38:11 +0000 |
commit | 94e58ff6b9368975925cea4697077a8e59162bc0 (patch) | |
tree | 1798f25a23316e71182aca5634fcd5eebb4133bf /OpenSim/Services/FreeswitchService | |
parent | refactor: cleanup SP.HandleAgentSit so that everything is done within one if ... (diff) | |
download | opensim-SC_OLD-94e58ff6b9368975925cea4697077a8e59162bc0.zip opensim-SC_OLD-94e58ff6b9368975925cea4697077a8e59162bc0.tar.gz opensim-SC_OLD-94e58ff6b9368975925cea4697077a8e59162bc0.tar.bz2 opensim-SC_OLD-94e58ff6b9368975925cea4697077a8e59162bc0.tar.xz |
Use SP.ParentPart instead of ParentID in places where it's more efficient (saving extra null checks, etc.)
However, it looks like we should retain SP.ParentID since it's much easier to use that in places where another thread could change ParentPart to null.
Otherwise one has to clumsily put ParentPart in a reference, etc. to avoid a race.
Diffstat (limited to 'OpenSim/Services/FreeswitchService')
0 files changed, 0 insertions, 0 deletions