mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Formatting cleanup.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Framework.Servers
|
||||
{
|
||||
private object _syncObject = new object();
|
||||
|
||||
new public void Enqueue(OSHttpRequest req)
|
||||
new public void Enqueue(OSHttpRequest req)
|
||||
{
|
||||
lock (_syncObject)
|
||||
{
|
||||
@@ -48,7 +48,7 @@ namespace OpenSim.Framework.Servers
|
||||
Monitor.Pulse(_syncObject);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
new public OSHttpRequest Dequeue()
|
||||
{
|
||||
OSHttpRequest req = null;
|
||||
@@ -65,4 +65,4 @@ namespace OpenSim.Framework.Servers
|
||||
return req;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user