aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-30 21:32:14 +0000
committerAdam Frisby2008-04-30 21:32:14 +0000
commit3da6a05eaa43e1905d16b87b539c8253bad9a017 (patch)
tree95e1bf0905ee8bafaec41d17298b63de59980b98 /OpenSim/Region/Environment/Interfaces/IXMLRPC.cs
parent* And more (diff)
downloadopensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.zip
opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.gz
opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.bz2
opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.xz
* Sometimes you know, you do something really stupid.
* This is one of those times (should fix build)
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IXMLRPC.cs')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IXMLRPC.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs b/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs
index c7f1001..6c1d025 100644
--- a/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs
+++ b/OpenSim/Region/Environment/Interfaces/IXMLRPC.cs
@@ -26,7 +26,7 @@
26 */ 26 */
27 27
28using libsecondlife; 28using libsecondlife;
29using OpenSim.Region.Environment.Modules; 29using OpenSim.Region.Environment.Modules.Scripting.XMLRPC;
30 30
31namespace OpenSim.Region.Environment.Interfaces 31namespace OpenSim.Region.Environment.Interfaces
32{ 32{