Simian:
* Added lots of members to Agent, preparing for serialization * Added Clear() and Count to DoubleDictionary * Moved CreateCircuit and unassociatedAgents functionality out of Simian core and into UDPServer extension git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2237 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -37,9 +37,9 @@ namespace Simian
|
||||
void AddClient(Agent agent, IPEndPoint endpoint);
|
||||
bool RemoveClient(Agent agent);
|
||||
bool RemoveClient(Agent agent, IPEndPoint endpoint);
|
||||
uint CreateCircuit(Agent agent);
|
||||
|
||||
void SendPacket(UUID agentID, Packet packet, PacketCategory category);
|
||||
|
||||
void BroadcastPacket(Packet packet, PacketCategory category);
|
||||
|
||||
void RegisterPacketCallback(PacketType type, PacketCallback callback);
|
||||
|
||||
Reference in New Issue
Block a user