mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Formatting cleanup.
This commit is contained in:
@@ -33,7 +33,7 @@ using OpenMetaverse;
|
||||
using OpenSim.Data;
|
||||
|
||||
namespace OpenSim.Framework.Communications
|
||||
{
|
||||
{
|
||||
/// <summary>
|
||||
/// Plugin for managing temporary user profiles.
|
||||
/// </summary>
|
||||
@@ -45,7 +45,7 @@ namespace OpenSim.Framework.Communications
|
||||
|
||||
public string Name { get { return "TemporaryUserProfilePlugin"; } }
|
||||
public string Version { get { return "0.1"; } }
|
||||
public void Initialise() {}
|
||||
public void Initialise() {}
|
||||
public void Initialise(string connect) {}
|
||||
public void Dispose() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user