From ade107f04f42f448d0a7b34ae552cf54c3bf4f7e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 12 Jan 2009 19:37:56 +0000 Subject: * Separate starting a client thread into a separate Start() method (which matches the existing Stop() and Restart() methods) --- OpenSim/Tests/Common/Mock/TestClient.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Tests/Common/Mock') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 41c2eb6..a9ee837 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -757,6 +757,10 @@ namespace OpenSim.Tests.Common.Mock { } + public void Start() + { + } + public void Stop() { } -- cgit v1.1