diff options
author | Diva Canto | 2012-10-01 15:55:24 -0700 |
---|---|---|
committer | Diva Canto | 2012-10-01 15:55:24 -0700 |
commit | 0b9bf236dd336c66542215bbc8f4a1eb85c646ee (patch) | |
tree | 821fec96da140cb3ce4d2ffe4aac9227e9332ca2 /OpenSim/Services/Interfaces | |
parent | Allow setting connection limits, part 2 (diff) | |
download | opensim-SC_OLD-0b9bf236dd336c66542215bbc8f4a1eb85c646ee.zip opensim-SC_OLD-0b9bf236dd336c66542215bbc8f4a1eb85c646ee.tar.gz opensim-SC_OLD-0b9bf236dd336c66542215bbc8f4a1eb85c646ee.tar.bz2 opensim-SC_OLD-0b9bf236dd336c66542215bbc8f4a1eb85c646ee.tar.xz |
On more virtual method
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridUserService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IGridUserService.cs b/OpenSim/Services/Interfaces/IGridUserService.cs index 8b738ab..2e7237e 100644 --- a/OpenSim/Services/Interfaces/IGridUserService.cs +++ b/OpenSim/Services/Interfaces/IGridUserService.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Services.Interfaces | |||
80 | 80 | ||
81 | } | 81 | } |
82 | 82 | ||
83 | public Dictionary<string, object> ToKeyValuePairs() | 83 | public virtual Dictionary<string, object> ToKeyValuePairs() |
84 | { | 84 | { |
85 | Dictionary<string, object> result = new Dictionary<string, object>(); | 85 | Dictionary<string, object> result = new Dictionary<string, object>(); |
86 | result["UserID"] = UserID; | 86 | result["UserID"] = UserID; |