mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
De-coupling the IClientAPI interface and ClientManager class from the
libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come.
This commit is contained in:
@@ -703,7 +703,7 @@ namespace OpenSim.Framework
|
||||
|
||||
|
||||
void SetDebug(int newDebug);
|
||||
void InPacket(Packet NewPack);
|
||||
void InPacket(object NewPack);
|
||||
void ProcessInPacket(Packet NewPack);
|
||||
void Close(bool ShutdownCircuit);
|
||||
void Kick(string message);
|
||||
|
||||
Reference in New Issue
Block a user