diff options
author | Adam Frisby | 2007-07-19 01:08:26 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-19 01:08:26 +0000 |
commit | 33b4cc1bb0eb225b43c9d7dc0c77467686912a71 (patch) | |
tree | 101fc6daf67541c49b172267d239ab6afcc12dda /OpenSim/Region/ClientStack/ClientView.API.cs | |
parent | * More cleaning (diff) | |
download | opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.zip opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.gz opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.bz2 opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.xz |
* Added housekeeping comments, see mailing list in just a moment...
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 | ||