From 20a9bf08f51351e1e0a9de94f184ff56cd572665 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 18:04:42 +0000 Subject: * Rolled back a few changes. --- OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs | 2 +- OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | 4 ++-- OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | 2 +- OpenSim/Region/Environment/Interfaces/ILandChannel.cs | 5 ++--- OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 6 +++--- OpenSim/Region/Environment/Interfaces/IRegionModule.cs | 6 +++--- OpenSim/Region/Environment/Interfaces/ISimChat.cs | 2 +- OpenSim/Region/Environment/Interfaces/IWorldComm.cs | 2 +- OpenSim/Region/Environment/Interfaces/IXMLRPC.cs | 2 +- OpenSim/Region/Environment/Interfaces/IXfer.cs | 2 +- 10 files changed, 16 insertions(+), 17 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs b/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs index 5d2ec89..c099fa1 100644 --- a/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs +++ b/OpenSim/Region/Environment/Interfaces/IAgentAssetTransactions.cs @@ -41,4 +41,4 @@ namespace OpenSim.Region.Environment.Interfaces void RemoveAgentAssetTransactions(LLUUID userID); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs index d5473fb..3ebbaab 100644 --- a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs +++ b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs @@ -30,9 +30,9 @@ using OpenSim.Region.Environment.Scenes; namespace OpenSim.Region.Environment.Interfaces { - public interface IAvatarFactory + public interface IAvatarFactory { bool TryGetAvatarAppearance(LLUUID avatarId, out AvatarAppearance appearance); void UpdateDatabase(LLUUID userID, AvatarAppearance avatAppearance); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs index 8e2c978..46ba9b2 100644 --- a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs +++ b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs @@ -39,4 +39,4 @@ namespace OpenSim.Region.Environment.Interfaces HttpRequestClass GetNextCompletedRequest(); void RemoveCompletedRequest(LLUUID id); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs index 8486f70..464a213 100644 --- a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs @@ -70,8 +70,7 @@ namespace OpenSim.Region.Environment.Interfaces void handleSignificantClientMovement(IClientAPI remote_client); void handleAnyClientMovement(ScenePresence avatar); void handleParcelAccessRequest(LLUUID agentID, LLUUID sessionID, uint flags, int sequenceID, int landLocalID, IClientAPI remote_client); + void handleParcelAccessUpdateRequest(LLUUID agentID, LLUUID sessionID, uint flags, int landLocalID, List entries, IClientAPI remote_client); - void handleParcelAccessUpdateRequest(LLUUID agentID, LLUUID sessionID, uint flags, int landLocalID, List entries, - IClientAPI remote_client); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs index e7af0a9..c757461 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs @@ -48,7 +48,7 @@ namespace OpenSim.Region.Environment.Interfaces /// /// void StoreObject(SceneObjectGroup obj, LLUUID regionUUID); - + /// /// Entirely removes the object, including inventory /// @@ -56,7 +56,7 @@ namespace OpenSim.Region.Environment.Interfaces /// /// void RemoveObject(LLUUID uuid, LLUUID regionUUID); - + /// /// Store a prim's inventory /// @@ -74,4 +74,4 @@ namespace OpenSim.Region.Environment.Interfaces void Shutdown(); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IRegionModule.cs b/OpenSim/Region/Environment/Interfaces/IRegionModule.cs index 80698d5..ffa4f32 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionModule.cs @@ -32,10 +32,10 @@ namespace OpenSim.Region.Environment.Interfaces { public interface IRegionModule { - string Name { get; } - bool IsSharedModule { get; } void Initialise(Scene scene, IConfigSource source); void PostInitialise(); void Close(); + string Name { get; } + bool IsSharedModule { get; } } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/ISimChat.cs b/OpenSim/Region/Environment/Interfaces/ISimChat.cs index 9335b00..d52e58b 100644 --- a/OpenSim/Region/Environment/Interfaces/ISimChat.cs +++ b/OpenSim/Region/Environment/Interfaces/ISimChat.cs @@ -34,4 +34,4 @@ namespace OpenSim.Region.Environment.Interfaces { void SimChat(Object sender, ChatFromViewerArgs e); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IWorldComm.cs b/OpenSim/Region/Environment/Interfaces/IWorldComm.cs index 992db19..8a63c54 100644 --- a/OpenSim/Region/Environment/Interfaces/IWorldComm.cs +++ b/OpenSim/Region/Environment/Interfaces/IWorldComm.cs @@ -43,4 +43,4 @@ namespace OpenSim.Region.Environment.Interfaces uint PeekNextMessageLocalID(); LLUUID PeekNextMessageItemID(); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs b/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs index 959b0b7..6c1d025 100644 --- a/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs +++ b/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs @@ -45,4 +45,4 @@ namespace OpenSim.Region.Environment.Interfaces void RemoveCompletedSRDRequest(LLUUID id); void CancelSRDRequests(LLUUID itemID); } -} \ No newline at end of file +} diff --git a/OpenSim/Region/Environment/Interfaces/IXfer.cs b/OpenSim/Region/Environment/Interfaces/IXfer.cs index bb2caca..bad1833 100644 --- a/OpenSim/Region/Environment/Interfaces/IXfer.cs +++ b/OpenSim/Region/Environment/Interfaces/IXfer.cs @@ -31,4 +31,4 @@ namespace OpenSim.Region.Environment.Interfaces { bool AddNewFile(string fileName, byte[] data); } -} \ No newline at end of file +} -- cgit v1.1