diff options
author | John Hurliman | 2010-02-23 00:59:24 -0800 |
---|---|---|
committer | John Hurliman | 2010-02-23 00:59:24 -0800 |
commit | d506449f6765ec7372615ffd4afefb0075d94af4 (patch) | |
tree | 77e9ad59962fa0625cd2a8212339898005a067d5 /OpenSim/Services/Interfaces | |
parent | * Removed the broken and unused GridRegion.ExternalEndPoint setter (diff) | |
download | opensim-SC_OLD-d506449f6765ec7372615ffd4afefb0075d94af4.zip opensim-SC_OLD-d506449f6765ec7372615ffd4afefb0075d94af4.tar.gz opensim-SC_OLD-d506449f6765ec7372615ffd4afefb0075d94af4.tar.bz2 opensim-SC_OLD-d506449f6765ec7372615ffd4afefb0075d94af4.tar.xz |
* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalEndPoint.Port). This class is complex enough as it is
* Changed the failed to inform neighbor message from a warning to info, since this will fire for every empty neighbor space
* Made the EnableSimulator/EstablishAgentCommunication log message more verbose and more clear about what is happening
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index ad49522..e55b633 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -285,11 +285,6 @@ namespace OpenSim.Services.Interfaces | |||
285 | get { return Util.UIntsToLong((uint)RegionLocX, (uint)RegionLocY); } | 285 | get { return Util.UIntsToLong((uint)RegionLocX, (uint)RegionLocY); } |
286 | } | 286 | } |
287 | 287 | ||
288 | public int getInternalEndPointPort() | ||
289 | { | ||
290 | return m_internalEndPoint.Port; | ||
291 | } | ||
292 | |||
293 | public Dictionary<string, object> ToKeyValuePairs() | 288 | public Dictionary<string, object> ToKeyValuePairs() |
294 | { | 289 | { |
295 | Dictionary<string, object> kvp = new Dictionary<string, object>(); | 290 | Dictionary<string, object> kvp = new Dictionary<string, object>(); |