diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a187190..5675870 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -12138,6 +12138,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
12138 | return String.Empty; | 12138 | return String.Empty; |
12139 | } | 12139 | } |
12140 | 12140 | ||
12141 | public OSDMap OReport(string uptime, string version) | ||
12142 | { | ||
12143 | return new OSDMap(); | ||
12144 | } | ||
12145 | |||
12141 | /// <summary> | 12146 | /// <summary> |
12142 | /// Make an asset request to the asset service in response to a client request. | 12147 | /// Make an asset request to the asset service in response to a client request. |
12143 | /// </summary> | 12148 | /// </summary> |