* Refactored OutPacket out of ScenePresence

* Down to 65 warnings.
This commit is contained in:
Teravus Ovares
2008-05-14 04:57:32 +00:00
parent 8fd0378ae6
commit 9e8dd941f1
6 changed files with 68 additions and 29 deletions

View File

@@ -563,7 +563,6 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendAgentOffline(LLUUID[] agentIDs)
{
@@ -574,6 +573,16 @@ namespace OpenSim.Region.Examples.SimpleModule
}
public void SendSitResponse(LLUUID TargetID, LLVector3 OffsetPos, LLQuaternion SitOrientation, bool autopilot,
LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook)
{
}
public void SendAdminResponse(LLUUID Token, uint AdminLevel)
{
}
private void Update()
{
frame++;