diff options
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index b5f975b..8f7a2e5 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -72,10 +72,11 @@ namespace OpenSim.Framework | |||
72 | 72 | ||
73 | /// <summary> | 73 | /// <summary> |
74 | /// Register the new client with the scene. The client starts off as a child agent - the later agent crossing | 74 | /// Register the new client with the scene. The client starts off as a child agent - the later agent crossing |
75 | /// will promote it to a root agent during login. | 75 | /// will promote it to a root agent. |
76 | /// </summary> | 76 | /// </summary> |
77 | /// <param name="client"></param | 77 | /// <param name="client"></param> |
78 | void AddNewClient(IClientAPI client); | 78 | /// <param name="type">The type of agent to add.</param> |
79 | void AddNewClient(IClientAPI client, PresenceType type); | ||
79 | 80 | ||
80 | /// <summary> | 81 | /// <summary> |
81 | /// Remove the given client from the scene. | 82 | /// Remove the given client from the scene. |