aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2017-01-05 18:02:59 +0000
committerUbitUmarov2017-01-05 18:02:59 +0000
commitcbc3501246d5250788634f6d1b6fbd1f60661c85 (patch)
tree5983ff6f4c0ce5bce469c6b1257b9b60069cf79f /OpenSim/Framework
parent a few changes to estates port handling (diff)
downloadopensim-SC_OLD-cbc3501246d5250788634f6d1b6fbd1f60661c85.zip
opensim-SC_OLD-cbc3501246d5250788634f6d1b6fbd1f60661c85.tar.gz
opensim-SC_OLD-cbc3501246d5250788634f6d1b6fbd1f60661c85.tar.bz2
opensim-SC_OLD-cbc3501246d5250788634f6d1b6fbd1f60661c85.tar.xz
a few changes to Gods ( ie administrators) control
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index c4de81e..1541b3a 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -227,10 +227,10 @@ namespace OpenSim.Framework
227 byte RayEndIsIntersection); 227 byte RayEndIsIntersection);
228 228
229 public delegate void RequestGodlikePowers( 229 public delegate void RequestGodlikePowers(
230 UUID AgentID, UUID SessionID, UUID token, bool GodLike, IClientAPI remote_client); 230 UUID AgentID, UUID SessionID, UUID token, bool GodLike);
231 231
232 public delegate void GodKickUser( 232 public delegate void GodKickUser(
233 UUID GodAgentID, UUID GodSessionID, UUID AgentID, uint kickflags, byte[] reason); 233 UUID GodAgentID, UUID AgentID, uint kickflags, byte[] reason);
234 234
235 public delegate void CreateInventoryFolder( 235 public delegate void CreateInventoryFolder(
236 IClientAPI remoteClient, UUID folderID, ushort folderType, string folderName, UUID parentID); 236 IClientAPI remoteClient, UUID folderID, ushort folderType, string folderName, UUID parentID);