diff options
author | Teravus Ovares (Dan Olivares) | 2010-05-15 23:22:07 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-05-15 23:22:07 -0400 |
commit | 019925bb2f87695cd16d1bebff4ef300b16e67f1 (patch) | |
tree | b596598ebde44e1bd69c64898f4236d515303871 /OpenSim/Framework/IScene.cs | |
parent | * Add User Friendly Configuration File Exists check. If OpenSim.ini and eith... (diff) | |
parent | Almost, but not quite. Commenting verification again, until I understand wher... (diff) | |
download | opensim-SC_OLD-019925bb2f87695cd16d1bebff4ef300b16e67f1.zip opensim-SC_OLD-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.gz opensim-SC_OLD-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.bz2 opensim-SC_OLD-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.xz |
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 19ab409..6798b7b 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -102,5 +102,7 @@ namespace OpenSim.Framework | |||
102 | void AddCommand(object module, string command, string shorthelp, string longhelp, CommandDelegate callback); | 102 | void AddCommand(object module, string command, string shorthelp, string longhelp, CommandDelegate callback); |
103 | 103 | ||
104 | ISceneObject DeserializeObject(string representation); | 104 | ISceneObject DeserializeObject(string representation); |
105 | |||
106 | bool CheckClient(UUID agentID, System.Net.IPEndPoint ep); | ||
105 | } | 107 | } |
106 | } | 108 | } |