* Optimized usings

* shortened references
* Removed redundant 'this'
* Normalized EOF
This commit is contained in:
lbsa71
2007-12-27 21:41:48 +00:00
parent d508d77122
commit efd90b56b7
277 changed files with 4685 additions and 4408 deletions

View File

@@ -101,4 +101,4 @@ namespace OpenSim.Grid.ScriptServer
Regions.Add(new RegionConnectionManager(m_ScriptServerMain, m_log, null));
}
}
}
}

View File

@@ -35,4 +35,4 @@ namespace OpenSim.Grid.ScriptServer
void Shutdown();
// void StartScript(string ScriptID, IScriptHost ObjectID);
}
}
}

View File

@@ -121,4 +121,4 @@ namespace OpenSim.Grid.ScriptServer
return ret;
}
}
}
}