From 18974b77668553a9fd1bba0b646bfc7a0d788bcb Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 28 Nov 2008 16:04:01 +0000 Subject: * refactor: rename UserServiceAdmin to UserAdminService --- OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/Communications/Hypergrid') diff --git a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs index 3bf714e..804640e 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs @@ -42,7 +42,7 @@ namespace OpenSim.Region.Communications.Hypergrid BaseHttpServer httpServer, AssetCache assetCache, IUserService userService, - IUserServiceAdmin userServiceAdmin, + IUserAdminService userServiceAdmin, LocalInventoryService inventoryService, IInterRegionCommunications interRegionService, HGGridServices gridService, IMessagingService messageService, LibraryRootFolder libraryRootFolder, bool dumpAssetsToFile) @@ -54,6 +54,5 @@ namespace OpenSim.Region.Communications.Hypergrid AddSecureInventoryService((ISecureInventoryService)inventoryService); m_inventoryServices = null; } - } } -- cgit v1.1