diff options
author | Melanie Thielker | 2009-05-14 06:18:18 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-14 06:18:18 +0000 |
commit | d843b897b20601f0ba32a6f88da31cf5ea88c2ba (patch) | |
tree | b311ceed8ede25cd68edc6522e17e72343137fe1 /OpenSim/Framework/IImprovedAssetCache.cs | |
parent | Small fix uncommenting something that got commented too much. (diff) | |
download | opensim-SC-d843b897b20601f0ba32a6f88da31cf5ea88c2ba.zip opensim-SC-d843b897b20601f0ba32a6f88da31cf5ea88c2ba.tar.gz opensim-SC-d843b897b20601f0ba32a6f88da31cf5ea88c2ba.tar.bz2 opensim-SC-d843b897b20601f0ba32a6f88da31cf5ea88c2ba.tar.xz |
Move the connector for the new asset server to a connectors project. Inherit
the region module version from this. This enables inter-server connections
to reuse connetor code from region modules.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IImprovedAssetCache.cs (renamed from OpenSim/Region/Framework/Interfaces/IImprovedAssetCache.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IImprovedAssetCache.cs b/OpenSim/Framework/IImprovedAssetCache.cs index b213284..e1e9b5f 100644 --- a/OpenSim/Region/Framework/Interfaces/IImprovedAssetCache.cs +++ b/OpenSim/Framework/IImprovedAssetCache.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | using OpenSim.Framework; | 28 | using OpenSim.Framework; |
29 | 29 | ||
30 | namespace OpenSim.Region.Framework.Interfaces | 30 | namespace OpenSim.Framework |
31 | { | 31 | { |
32 | public interface IImprovedAssetCache | 32 | public interface IImprovedAssetCache |
33 | { | 33 | { |