mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
dr scofield's warning safari:
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenSim.Framework.Statistics
|
||||
/// Report back collected statistical information.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string Report()
|
||||
override public string Report()
|
||||
{
|
||||
double elapsedHours = (DateTime.Now - startTime).TotalHours;
|
||||
if (elapsedHours <= 0) { elapsedHours = 1; } // prevent divide by zero
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace OpenSim.Framework.Statistics
|
||||
/// Report back collected statistical information.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string Report()
|
||||
override public string Report()
|
||||
{
|
||||
return string.Format(
|
||||
@"Successful logins total : {0}, today : {1}, yesterday : {2}
|
||||
|
||||
Reference in New Issue
Block a user