* Added housekeeping comments, see mailing list in just a moment...

This commit is contained in:
Adam Frisby
2007-07-19 01:08:26 +00:00
parent 23a734d0c7
commit 33b4cc1bb0
5 changed files with 11 additions and 27 deletions

View File

@@ -73,10 +73,10 @@ namespace OpenSim.Region.ClientStack
public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation;
public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation;
public event UpdateVector OnUpdatePrimScale;
public event StatusChange OnChildAgentStatus;
public event GenericCall2 OnStopMovement;
public event NewAvatar OnNewAvatar;
public event GenericCall6 OnRemoveAvatar;
public event StatusChange OnChildAgentStatus; // HOUSEKEEPING : Do we really need this?
public event GenericCall2 OnStopMovement; // HOUSEKEEPING : Do we really need this?
public event NewAvatar OnNewAvatar; // HOUSEKEEPING : Do we really need this?
public event GenericCall6 OnRemoveAvatar; // HOUSEKEEPING : Do we really need this?
public event RequestMapBlocks OnRequestMapBlocks;
public event TeleportLocationRequest OnTeleportLocationRequest;