aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/PacketServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/PacketServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/PacketServer.cs47
1 files changed, 0 insertions, 47 deletions
diff --git a/OpenSim/Region/ClientStack/PacketServer.cs b/OpenSim/Region/ClientStack/PacketServer.cs
index 3b26a59..f02f105 100644
--- a/OpenSim/Region/ClientStack/PacketServer.cs
+++ b/OpenSim/Region/ClientStack/PacketServer.cs
@@ -71,53 +71,6 @@ namespace OpenSim.Region.ClientStack
71 m_clientManager.InPacket(circuitCode, packet); 71 m_clientManager.InPacket(circuitCode, packet);
72 } 72 }
73 73
74 /// <summary>
75 ///
76 /// </summary>
77 /// <param name="circuitCode"></param>
78 /// <returns></returns>
79 public virtual bool AddNewCircuitCodeClient(uint circuitCode)
80 {
81 return false;
82 }
83
84 /// <summary>
85 ///
86 /// </summary>
87 /// <param name="packet"></param>
88 public virtual void SendPacketToAllClients(Packet packet)
89 {
90
91 }
92
93 /// <summary>
94 ///
95 /// </summary>
96 /// <param name="packet"></param>
97 /// <param name="simClient"></param>
98 public virtual void SendPacketToAllExcept(Packet packet, IClientAPI simClient)
99 {
100
101 }
102
103 /// <summary>
104 ///
105 /// </summary>
106 /// <param name="packetType"></param>
107 /// <param name="handler"></param>
108 public virtual void AddClientPacketHandler(PacketType packetType, PacketMethod handler)
109 {
110
111 }
112
113 /// <summary>
114 ///
115 /// </summary>
116 public virtual void RegisterClientPacketHandlers()
117 {
118
119 }
120
121 protected virtual IClientAPI CreateNewClient(EndPoint remoteEP, UseCircuitCodePacket initialcirpack, ClientManager clientManager, IScene scene, AssetCache assetCache, PacketServer packServer, AgentCircuitManager authenSessions) 74 protected virtual IClientAPI CreateNewClient(EndPoint remoteEP, UseCircuitCodePacket initialcirpack, ClientManager clientManager, IScene scene, AssetCache assetCache, PacketServer packServer, AgentCircuitManager authenSessions)
122 { 75 {
123 return new ClientView(remoteEP, initialcirpack, clientManager, scene, assetCache, packServer, authenSessions ); 76 return new ClientView(remoteEP, initialcirpack, clientManager, scene, assetCache, packServer, authenSessions );