diff options
Diffstat (limited to 'OpenSim/Services/Interfaces/ISimulationService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/ISimulationService.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs index 12e8982..1f8474c 100644 --- a/OpenSim/Services/Interfaces/ISimulationService.cs +++ b/OpenSim/Services/Interfaces/ISimulationService.cs | |||
@@ -73,6 +73,14 @@ namespace OpenSim.Services.Interfaces | |||
73 | bool ReleaseAgent(UUID originRegion, UUID id, string uri); | 73 | bool ReleaseAgent(UUID originRegion, UUID id, string uri); |
74 | 74 | ||
75 | /// <summary> | 75 | /// <summary> |
76 | /// Close child agent. | ||
77 | /// </summary> | ||
78 | /// <param name="regionHandle"></param> | ||
79 | /// <param name="id"></param> | ||
80 | /// <returns></returns> | ||
81 | bool CloseChildAgent(GridRegion destination, UUID id); | ||
82 | |||
83 | /// <summary> | ||
76 | /// Close agent. | 84 | /// Close agent. |
77 | /// </summary> | 85 | /// </summary> |
78 | /// <param name="regionHandle"></param> | 86 | /// <param name="regionHandle"></param> |