diff options
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/ISimulationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs index 14f462c..ec24d90 100644 --- a/OpenSim/Services/Interfaces/ISimulationService.cs +++ b/OpenSim/Services/Interfaces/ISimulationService.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Services.Interfaces | |||
67 | /// <param name="id"></param> | 67 | /// <param name="id"></param> |
68 | /// <param name="uri"></param> | 68 | /// <param name="uri"></param> |
69 | /// <returns></returns> | 69 | /// <returns></returns> |
70 | bool ReleaseAgent(GridRegion destination, UUID id, string uri); | 70 | bool ReleaseAgent(UUID originRegion, UUID id, string uri); |
71 | 71 | ||
72 | /// <summary> | 72 | /// <summary> |
73 | /// Close agent. | 73 | /// Close agent. |