diff options
* Added prototypical AvatarFactory module interface to load avatar parameters
* Added dump_assets_to_file option to enable asset dumping for debug
* normalized some namespaces
* InventoryFolder renamed to InventoryFolderImpl to
Diffstat (limited to 'OpenSim/Framework/Communications/CAPSService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/CAPSService.cs | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/OpenSim/Framework/Communications/CAPSService.cs b/OpenSim/Framework/Communications/CAPSService.cs index 6f65551..b60ef02 100644 --- a/OpenSim/Framework/Communications/CAPSService.cs +++ b/OpenSim/Framework/Communications/CAPSService.cs | |||
@@ -26,21 +26,9 @@ | |||
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | 28 | ||
29 | using System; | ||
30 | using System.Collections; | ||
31 | using System.Collections.Generic; | ||
32 | using System.Reflection; | ||
33 | using System.Security.Cryptography; | ||
34 | using libsecondlife; | ||
35 | using Nwc.XmlRpc; | ||
36 | using OpenSim.Framework.Console; | ||
37 | using OpenSim.Framework.Data; | ||
38 | using OpenSim.Framework.Interfaces; | ||
39 | using OpenSim.Framework.Inventory; | ||
40 | using OpenSim.Framework.Utilities; | ||
41 | using OpenSim.Framework.Servers; | 29 | using OpenSim.Framework.Servers; |
42 | 30 | ||
43 | namespace OpenSim.Framework.UserManagement | 31 | namespace OpenSim.Framework.Communications |
44 | { | 32 | { |
45 | public class CAPSService | 33 | public class CAPSService |
46 | { | 34 | { |
@@ -63,4 +51,4 @@ namespace OpenSim.Framework.UserManagement | |||
63 | return ""; | 51 | return ""; |
64 | } | 52 | } |
65 | } | 53 | } |
66 | } | 54 | } \ No newline at end of file |