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.
This commit is contained in:
MW
2007-07-27 12:21:52 +00:00
parent bc11fa8fda
commit d143e7b074
8 changed files with 20 additions and 9 deletions

View File

@@ -74,10 +74,9 @@ namespace OpenSim.Region.ClientStack
public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation;
public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation;
public event UpdateVector OnUpdatePrimScale;
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 StatusChange OnChildAgentStatus;
public event GenericCall2 OnStopMovement;
public event GenericCall6 OnRemoveAvatar;
public event RequestMapBlocks OnRequestMapBlocks;
public event TeleportLocationRequest OnTeleportLocationRequest;