mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* minor: remove some compiler warnings
This commit is contained in:
@@ -12,21 +12,21 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
{
|
||||
class VWHClientView : IClientAPI
|
||||
{
|
||||
private Scene m_scene;
|
||||
// private Scene m_scene;
|
||||
|
||||
public void ProcessInMsg(OSHttpRequest req, OSHttpResponse resp)
|
||||
{
|
||||
string method = req.Url.AbsolutePath.Split('/')[2];
|
||||
// string method = req.Url.AbsolutePath.Split('/')[2];
|
||||
}
|
||||
|
||||
private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp)
|
||||
{
|
||||
|
||||
}
|
||||
// private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp)
|
||||
// {
|
||||
//
|
||||
// }
|
||||
|
||||
public VWHClientView(UUID sessionID, UUID agentID, string agentName, Scene scene)
|
||||
{
|
||||
m_scene = scene;
|
||||
// m_scene = scene;
|
||||
}
|
||||
|
||||
#region Implementation of IClientAPI
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace OpenSim.Client.VWoHTTP
|
||||
|
||||
private readonly List<Scene> m_scenes = new List<Scene>();
|
||||
|
||||
private Dictionary<UUID, VWHClientView> m_clients = new Dictionary<UUID, VWHClientView>();
|
||||
//private Dictionary<UUID, VWHClientView> m_clients = new Dictionary<UUID, VWHClientView>();
|
||||
|
||||
#region Implementation of IRegionModule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user