diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 73b3887..81fa58b 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -73,10 +73,10 @@ namespace OpenSim.Region.ClientStack | |||
73 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; | 73 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; |
74 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; | 74 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; |
75 | public event UpdateVector OnUpdatePrimScale; | 75 | public event UpdateVector OnUpdatePrimScale; |
76 | public event StatusChange OnChildAgentStatus; | 76 | public event StatusChange OnChildAgentStatus; // HOUSEKEEPING : Do we really need this? |
77 | public event GenericCall2 OnStopMovement; | 77 | public event GenericCall2 OnStopMovement; // HOUSEKEEPING : Do we really need this? |
78 | public event NewAvatar OnNewAvatar; | 78 | public event NewAvatar OnNewAvatar; // HOUSEKEEPING : Do we really need this? |
79 | public event GenericCall6 OnRemoveAvatar; | 79 | public event GenericCall6 OnRemoveAvatar; // HOUSEKEEPING : Do we really need this? |
80 | public event RequestMapBlocks OnRequestMapBlocks; | 80 | public event RequestMapBlocks OnRequestMapBlocks; |
81 | public event TeleportLocationRequest OnTeleportLocationRequest; | 81 | public event TeleportLocationRequest OnTeleportLocationRequest; |
82 | 82 | ||