Formatting and casing correction in WorldCommModule, trailing new line in OSSL to get git diff to not complain
parent
1b3b7a61ac
commit
18b1ee6f37
|
@ -472,8 +472,8 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
|
||||||
|
|
||||||
if (coll.Count > 0)
|
if (coll.Count > 0)
|
||||||
{
|
{
|
||||||
// special case, called with same filter settings, return same handle
|
// special case, called with same filter settings, return same
|
||||||
// (2008-05-02, tested on 1.21.1 server, still holds)
|
// handle (2008-05-02, tested on 1.21.1 server, still holds)
|
||||||
return coll[0].GetHandle();
|
return coll[0].GetHandle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -712,7 +712,7 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ListenerInfo: IWorldCommListenerInfo
|
public class ListenerInfo : IWorldCommListenerInfo
|
||||||
{
|
{
|
||||||
private bool m_active; // Listener is active or not
|
private bool m_active; // Listener is active or not
|
||||||
private int m_handle; // Assigned handle of this listener
|
private int m_handle; // Assigned handle of this listener
|
||||||
|
|
|
@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||||
/// the script during 'peek' time. Parameter hostID is needed to
|
/// the script during 'peek' time. Parameter hostID is needed to
|
||||||
/// determine the position of the script.
|
/// determine the position of the script.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="localID">localID of the script engine</param>
|
/// <param name="LocalID">localID of the script engine</param>
|
||||||
/// <param name="itemID">UUID of the script engine</param>
|
/// <param name="itemID">UUID of the script engine</param>
|
||||||
/// <param name="hostID">UUID of the SceneObjectPart</param>
|
/// <param name="hostID">UUID of the SceneObjectPart</param>
|
||||||
/// <param name="channel">channel to listen on</param>
|
/// <param name="channel">channel to listen on</param>
|
||||||
|
|
Loading…
Reference in New Issue