aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/LoginService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-29 21:01:18 +0000
committerJustin Clarke Casey2009-05-29 21:01:18 +0000
commit4aad6a07ffbf1190836940b14476f24b7e8cecb1 (patch)
tree89638270808fd1c26a4c916f3575327459cf4c29 /OpenSim/Framework/Communications/Services/LoginService.cs
parent* Add save xml2 serialization test (diff)
downloadopensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.zip
opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.tar.gz
opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.tar.bz2
opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.tar.xz
* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Services/LoginService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs
index 68a1819..2847887 100644
--- a/OpenSim/Framework/Communications/Services/LoginService.cs
+++ b/OpenSim/Framework/Communications/Services/LoginService.cs
@@ -91,8 +91,7 @@ namespace OpenSim.Framework.Communications.Services
91 public virtual void LogOffUser(UserProfileData theUser, string message) 91 public virtual void LogOffUser(UserProfileData theUser, string message)
92 { 92 {
93 } 93 }
94 94
95
96 /// <summary> 95 /// <summary>
97 /// Called when we receive the client's initial XMLRPC login_to_simulator request message 96 /// Called when we receive the client's initial XMLRPC login_to_simulator request message
98 /// </summary> 97 /// </summary>