diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index cdf6257..ad3bd91 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -64,6 +64,7 @@ namespace OpenSim.Framework | |||
64 | 64 | ||
65 | ClientManager ClientManager { get; } | 65 | ClientManager ClientManager { get; } |
66 | 66 | ||
67 | string GetCapsPath(LLUUID agentId); | 67 | string GetCapsPath(LLUUID agentId); |
68 | string GetNewCapsPath(LLUUID agentId); | ||
68 | } | 69 | } |
69 | } | 70 | } |