mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Separate starting a client thread into a separate Start() method (which matches the existing Stop() and Restart() methods)
This commit is contained in:
@@ -757,6 +757,10 @@ namespace OpenSim.Tests.Common.Mock
|
||||
{
|
||||
}
|
||||
|
||||
public void Start()
|
||||
{
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user