diff options
author | MW | 2007-07-27 12:21:52 +0000 |
---|---|---|
committer | MW | 2007-07-27 12:21:52 +0000 |
commit | d143e7b074111c2a4796c6caf05ea5030412d44b (patch) | |
tree | fab873ac99db74c6db0badf677df8345586bd787 /OpenSim/Framework/General | |
parent | * Removing some housekeeping tagged elements. (diff) | |
download | opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.zip opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.tar.gz opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.tar.bz2 opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.tar.xz |
A few changes so that the number of warnings is less but without deleting everything.
Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays.
Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 1 | ||||
-rw-r--r-- | OpenSim/Framework/General/NullClientAPI.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index 0bfd827..260da81 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -126,7 +126,6 @@ namespace OpenSim.Framework.Interfaces | |||
126 | event UpdateVector OnUpdatePrimScale; | 126 | event UpdateVector OnUpdatePrimScale; |
127 | event StatusChange OnChildAgentStatus; | 127 | event StatusChange OnChildAgentStatus; |
128 | event GenericCall2 OnStopMovement; | 128 | event GenericCall2 OnStopMovement; |
129 | event NewAvatar OnNewAvatar; | ||
130 | event GenericCall6 OnRemoveAvatar; | 129 | event GenericCall6 OnRemoveAvatar; |
131 | 130 | ||
132 | event CreateNewInventoryItem OnCreateNewInventoryItem; | 131 | event CreateNewInventoryItem OnCreateNewInventoryItem; |
diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index aefb384..9815aca 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs | |||
@@ -49,7 +49,6 @@ namespace OpenSim.Framework | |||
49 | public event UpdateVector OnUpdatePrimScale; | 49 | public event UpdateVector OnUpdatePrimScale; |
50 | public event StatusChange OnChildAgentStatus; | 50 | public event StatusChange OnChildAgentStatus; |
51 | public event GenericCall2 OnStopMovement; | 51 | public event GenericCall2 OnStopMovement; |
52 | public event NewAvatar OnNewAvatar; | ||
53 | public event GenericCall6 OnRemoveAvatar; | 52 | public event GenericCall6 OnRemoveAvatar; |
54 | 53 | ||
55 | public event CreateNewInventoryItem OnCreateNewInventoryItem; | 54 | public event CreateNewInventoryItem OnCreateNewInventoryItem; |