diff options
author | Justin Clarke Casey | 2009-03-09 19:40:32 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-09 19:40:32 +0000 |
commit | ae759f2d060bc53cc0b372d5584fcd4ffdd963b4 (patch) | |
tree | 304c4c40fa8be68943a3b5cad0b22a19769b2cf9 /OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |
parent | * Move method documentation from AssetCache up to IAssetCache (diff) | |
download | opensim-SC-ae759f2d060bc53cc0b372d5584fcd4ffdd963b4.zip opensim-SC-ae759f2d060bc53cc0b372d5584fcd4ffdd963b4.tar.gz opensim-SC-ae759f2d060bc53cc0b372d5584fcd4ffdd963b4.tar.bz2 opensim-SC-ae759f2d060bc53cc0b372d5584fcd4ffdd963b4.tar.xz |
* Add basic asset cache get test
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/GridAssetClient.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 3b6dc52..7131cb5 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |||
@@ -36,7 +36,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
36 | { | 36 | { |
37 | public class GridAssetClient : AssetServerBase | 37 | public class GridAssetClient : AssetServerBase |
38 | { | 38 | { |
39 | |||
40 | #region IPlugin | 39 | #region IPlugin |
41 | 40 | ||
42 | public override string Name | 41 | public override string Name |
@@ -51,7 +50,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
51 | 50 | ||
52 | public override void Initialise(ConfigSettings p_set, string p_url) | 51 | public override void Initialise(ConfigSettings p_set, string p_url) |
53 | { | 52 | { |
54 | m_log.Debug("[GRIDASSET] Plugin configured initialisation"); | 53 | m_log.Debug("[GRID ASSET CLIENT]: Plugin configured initialisation"); |
55 | Initialise(p_url); | 54 | Initialise(p_url); |
56 | } | 55 | } |
57 | 56 | ||
@@ -65,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
65 | 64 | ||
66 | public GridAssetClient(string p_url) | 65 | public GridAssetClient(string p_url) |
67 | { | 66 | { |
68 | m_log.Debug("[GRIDASSET] Direct constructor"); | 67 | m_log.Debug("[GRID ASSET CLIENT]: Direct constructor"); |
69 | Initialise(p_url); | 68 | Initialise(p_url); |
70 | } | 69 | } |
71 | 70 | ||