aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILandObject.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-25 21:26:34 +0000
committerJustin Clark-Casey (justincc)2012-01-25 21:26:34 +0000
commit2e7c1bcfd9b256c6041776f3a7aac1b62edc867b (patch)
treedb09574e83ed6ae2cebc43150570da32d5c646a3 /OpenSim/Framework/ILandObject.cs
parentminor: stop the WebStatsModule logging UPDATE or INSERT every time it updates... (diff)
parentllGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce... (diff)
downloadopensim-SC_OLD-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.zip
opensim-SC_OLD-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.tar.gz
opensim-SC_OLD-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.tar.bz2
opensim-SC_OLD-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/ILandObject.cs')
-rw-r--r--OpenSim/Framework/ILandObject.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs
index 0316944..f75a990 100644
--- a/OpenSim/Framework/ILandObject.cs
+++ b/OpenSim/Framework/ILandObject.cs
@@ -130,5 +130,11 @@ namespace OpenSim.Framework
130 /// </summary> 130 /// </summary>
131 /// <param name="url"></param> 131 /// <param name="url"></param>
132 void SetMusicUrl(string url); 132 void SetMusicUrl(string url);
133
134 /// <summary>
135 /// Get the music url for this land parcel
136 /// </summary>
137 /// <returns>The music url.</returns>
138 string GetMusicUrl();
133 } 139 }
134} 140}