cosmetics, rename a few vars, etc

This commit is contained in:
UbitUmarov
2020-03-02 01:32:33 +00:00
parent 904553cdb3
commit 97cb6254ef
7 changed files with 40 additions and 37 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Framework.Servers.HttpServer
public DropMethod Drop;
public UUID Id;
public int TimeOutms;
public EventType Type;
//public EventType Type;
public enum EventType : int
{
@@ -87,7 +87,7 @@ namespace OpenSim.Framework.Servers.HttpServer
Drop = pDrop;
Id = pId;
TimeOutms = pTimeOutms;
Type = EventType.Poll;
//Type = EventType.Poll;
}
}
}