mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
public class GatekeeperAgentHandler : OpenSim.Server.Handlers.Simulation.AgentPostHandler
|
||||
{
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
|
||||
private IGatekeeperService m_GatekeeperService;
|
||||
|
||||
public GatekeeperAgentHandler(IGatekeeperService gatekeeper, bool proxy) : base("/foreignagent")
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
}
|
||||
|
||||
// Called from standalone configurations
|
||||
public HGFriendsServerConnector(IConfigSource config, IHttpServer server, string configName, IFriendsSimConnector localConn)
|
||||
public HGFriendsServerConnector(IConfigSource config, IHttpServer server, string configName, IFriendsSimConnector localConn)
|
||||
: base(config, server, configName)
|
||||
{
|
||||
if (configName != string.Empty)
|
||||
|
||||
@@ -61,7 +61,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
m_UserAgentService = uas;
|
||||
m_FriendsLocalSimConnector = friendsConn;
|
||||
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: HGFriendsServerPostHandler is On ({0})",
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: HGFriendsServerPostHandler is On ({0})",
|
||||
(m_FriendsLocalSimConnector == null ? "robust" : "standalone"));
|
||||
|
||||
if (m_TheService == null)
|
||||
@@ -105,24 +105,24 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
|
||||
case "validate_friendship_offered":
|
||||
return ValidateFriendshipOffered(request);
|
||||
|
||||
|
||||
case "statusnotification":
|
||||
return StatusNotification(request);
|
||||
/*
|
||||
case "friendship_approved":
|
||||
return FriendshipApproved(request);
|
||||
|
||||
|
||||
case "friendship_denied":
|
||||
return FriendshipDenied(request);
|
||||
|
||||
|
||||
case "friendship_terminated":
|
||||
return FriendshipTerminated(request);
|
||||
|
||||
|
||||
case "grant_rights":
|
||||
return GrantRights(request);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
m_log.DebugFormat("[HGFRIENDS HANDLER]: unknown method {0}", method);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
|
||||
public InstantMessageServerConnector(IConfigSource config, IHttpServer server) :
|
||||
this(config, server, (IInstantMessageSimConnector)null)
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
public InstantMessageServerConnector(IConfigSource config, IHttpServer server, string configName) :
|
||||
|
||||
@@ -63,14 +63,14 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
|
||||
public UserAgentServerConnector(IConfigSource config, IHttpServer server) :
|
||||
this(config, server, (IFriendsSimConnector)null)
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
public UserAgentServerConnector(IConfigSource config, IHttpServer server, string configName) :
|
||||
this(config, server)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public UserAgentServerConnector(IConfigSource config, IHttpServer server, IFriendsSimConnector friendsConnector) :
|
||||
base(config, server, String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user