aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2007-11-13 12:23:05 +0000
committerMW2007-11-13 12:23:05 +0000
commit297cc7ef4f44dc783ebee817f48c205b04aa68f7 (patch)
treed401f5e38d03a0ff8bb4996c9bfed8ae7962f5c9 /OpenSim/Framework/IClientAPI.cs
parentSome work on being able to set/send a users Buddylist info. (added handling c... (diff)
downloadopensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.zip
opensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.tar.gz
opensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.tar.bz2
opensim-SC_OLD-297cc7ef4f44dc783ebee817f48c205b04aa68f7.tar.xz
Some work on cleanly removing Regions.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 5d7bdd4..ed223f4 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -439,6 +439,7 @@ namespace OpenSim.Framework
439 void SetDebug(int newDebug); 439 void SetDebug(int newDebug);
440 void InPacket(Packet NewPack); 440 void InPacket(Packet NewPack);
441 void Close(); 441 void Close();
442 void Stop();
442 event ViewerEffectEventHandler OnViewerEffect; 443 event ViewerEffectEventHandler OnViewerEffect;
443 event Action<IClientAPI> OnLogout; 444 event Action<IClientAPI> OnLogout;
444 event Action<IClientAPI> OnConnectionClosed; 445 event Action<IClientAPI> OnConnectionClosed;