diff options
author | Diva Canto | 2009-08-10 08:14:57 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 08:14:57 -0700 |
commit | 0d8284c7a1f5184ce50edfdf40c0b8361893426e (patch) | |
tree | 4782d51db9595cf947e7f97dac16acf2b52db8c0 /OpenSim/Region/Application/OpenSim.cs | |
parent | Removed IAssetServer. (diff) | |
download | opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.zip opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.gz opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.bz2 opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.xz |
Removed IAssetCache.
WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 629fed6..6ea04cf 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -416,14 +416,7 @@ namespace OpenSim | |||
416 | 416 | ||
417 | private void HandleClearAssets(string module, string[] args) | 417 | private void HandleClearAssets(string module, string[] args) |
418 | { | 418 | { |
419 | if (AssetCache != null) | 419 | m_log.Info("Not implemented."); |
420 | { | ||
421 | AssetCache.Clear(); | ||
422 | } | ||
423 | else | ||
424 | { | ||
425 | m_log.Info("Asset cache is not configured."); | ||
426 | } | ||
427 | } | 420 | } |
428 | 421 | ||
429 | private void HandleForceUpdate(string module, string[] args) | 422 | private void HandleForceUpdate(string module, string[] args) |
@@ -815,14 +808,7 @@ namespace OpenSim | |||
815 | switch (showParams[0]) | 808 | switch (showParams[0]) |
816 | { | 809 | { |
817 | case "assets": | 810 | case "assets": |
818 | if (AssetCache != null) | 811 | m_log.Info("Not implemented."); |
819 | { | ||
820 | AssetCache.ShowState(); | ||
821 | } | ||
822 | else | ||
823 | { | ||
824 | m_log.Info("Asset cache is not configured."); | ||
825 | } | ||
826 | break; | 812 | break; |
827 | 813 | ||
828 | case "users": | 814 | case "users": |