a few bug fixes

This commit is contained in:
MW
2007-06-10 13:14:46 +00:00
parent 76324e73d3
commit 6cfad7ff14
3 changed files with 5 additions and 70 deletions

View File

@@ -102,6 +102,6 @@ namespace OpenSim.Framework.Interfaces
void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
AgentCircuitData RequestClientInfo();
void SendPrimitiveToClient(PrimData primData, LLVector3 pos, LLUUID textureID);
void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, PrimData primData, LLVector3 pos, LLUUID textureID);
}
}