From a3851b3812aae6221714b1e61656d0853fce7124 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 20 Jan 2008 23:08:50 +0000 Subject: * Added hooks for logout to all IUserService and all that implement it. * Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login and also a logout --- OpenSim/Framework/Data.DB4o/DB4oUserData.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'OpenSim/Framework/Data.DB4o/DB4oUserData.cs') diff --git a/OpenSim/Framework/Data.DB4o/DB4oUserData.cs b/OpenSim/Framework/Data.DB4o/DB4oUserData.cs index 47521e4..6059cbe 100644 --- a/OpenSim/Framework/Data.DB4o/DB4oUserData.cs +++ b/OpenSim/Framework/Data.DB4o/DB4oUserData.cs @@ -169,10 +169,7 @@ namespace OpenSim.Framework.Data.DB4o //MainLog.Instance.Verbose("USER", "Stub UpdateUserCUrrentRegion called"); } - public void LogOffUser(LLUUID avatarid) - { - //MainLog.Instance.Verbose("USER", "Stub LogOffUser called"); - } + public List GeneratePickerResults(LLUUID queryID, string query) { -- cgit v1.1