aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-04 02:24:05 +0000
committerTeravus Ovares2008-01-04 02:24:05 +0000
commit960b7e93b1fd48f240a11343716dc0be7e7b782d (patch)
treebfea99b29cc98b8420cf3847f23ae692a29c4a05 /OpenSim/Framework/IClientAPI.cs
parent* Fixing a the time clock issue on Sim Restart messages. See Mantis 287 (diff)
downloadopensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.zip
opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.gz
opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.bz2
opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.xz
* Added the ability for estate managers to use the magic secondlife blue card of death to send out region and estate messages.
* Switched over Region Restart notices to the magic secondlife blue card of death method.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index f0ec63e..039526b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -618,6 +618,9 @@ namespace OpenSim.Framework
618 event ViewerEffectEventHandler OnViewerEffect; 618 event ViewerEffectEventHandler OnViewerEffect;
619 event Action<IClientAPI> OnLogout; 619 event Action<IClientAPI> OnLogout;
620 event Action<IClientAPI> OnConnectionClosed; 620 event Action<IClientAPI> OnConnectionClosed;
621
622 void SendBlueBoxMessage(LLUUID FromAvatarID, LLUUID fromSessionID, String FromAvatarName, String Message);
623
621 void SendLogoutPacket(); 624 void SendLogoutPacket();
622 } 625 }
623} \ No newline at end of file 626} \ No newline at end of file