You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/01/30 17:36:19 UTC

svn commit: r739325 - in /incubator/etch/trunk: binding-csharp/runtime/src/main/csharp/Etch/Msg/ binding-csharp/runtime/src/main/csharp/Etch/Support/ binding-csharp/runtime/src/main/csharp/Etch/Transport/ binding-csharp/runtime/src/main/csharp/Etch/Tra...

Author: sccomer
Date: Fri Jan 30 16:36:17 2009
New Revision: 739325

URL: http://svn.apache.org/viewvc?rev=739325&view=rev
Log:
optimize using (this is a resharper thing like eclipse optimize imports).

Modified:
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/ValueFactory.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/XType.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/DeliveryService.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Mailbox.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TransportFactory.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TypeValidator.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_boolean.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_byte.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_custom.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_double.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_int.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_object.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/DefaultDeliveryService.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/Fmt/TaggedData.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/MailboxManager.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/TaggedDataInput.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/AbstractStartable.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/CharIterator.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/PerfTest.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Resources.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/RunnerHandler.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Session.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/SingleIterator.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StrIntHashMapSerializer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StringTokenizer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/TcpConnection.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Transport.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdNameMap.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestMessage.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestXType.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestDefaultValueFactory.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestRemoteBase.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestStubBase.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTodoManager.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTypeValidator.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_StructValue.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_boolean.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_byte.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_double.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_float.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_int.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_long.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_object.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_short.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_string.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_void.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidators.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestKeepAlive.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestLogger.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestPwAuth.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Fmt/Binary/TestBinaryTaggedDataInOut.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestArrayValue.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestMessagizer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailbox.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCircularQueue.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestDateSerializer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestFlexBuffer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestMonitor.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestPacketizer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrIntHashMapSerializer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrStrHashMapSerializer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStringUtil.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestTcpConnection.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestURL.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestUrlSerializer.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs
    incubator/etch/trunk/tests/src/test/csharp/TestsProj/   (props changed)

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/ValueFactory.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/ValueFactory.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/ValueFactory.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/ValueFactory.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 using System.Text;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/XType.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/XType.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/XType.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/XType.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/DeliveryService.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/DeliveryService.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/DeliveryService.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/DeliveryService.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 using Etch.Transport;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Mailbox.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Mailbox.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Mailbox.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Mailbox.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 using Etch.Util;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TransportFactory.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TransportFactory.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TransportFactory.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TransportFactory.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 using System.IO;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TypeValidator.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TypeValidator.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TypeValidator.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/TypeValidator.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_boolean.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_boolean.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_boolean.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_boolean.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using Etch.Msg;
 
 namespace Etch.Support

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_byte.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_byte.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_byte.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_byte.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_custom.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_custom.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_custom.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_custom.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 using Etch.Msg;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_double.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_double.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_double.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_double.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_int.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_int.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_int.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_int.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_object.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_object.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_object.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Support/Validator_object.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using Etch.Msg;
 
 namespace Etch.Support

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/DefaultDeliveryService.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/DefaultDeliveryService.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/DefaultDeliveryService.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/DefaultDeliveryService.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,9 @@
 // under the License.
 
 using System;
-using Etch.Util;
-using Etch.Support;
 using Etch.Msg;
+using Etch.Support;
+using Etch.Util;
 
 namespace Etch.Transport
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/Fmt/TaggedData.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/Fmt/TaggedData.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/Fmt/TaggedData.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/Fmt/TaggedData.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using Etch.Msg;
 using Etch.Support;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/MailboxManager.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/MailboxManager.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/MailboxManager.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/MailboxManager.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using Etch.Msg;
 using Etch.Support;
 using Etch.Util;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/TaggedDataInput.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/TaggedDataInput.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/TaggedDataInput.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Transport/TaggedDataInput.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using Etch.Msg;
 using Etch.Util;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/AbstractStartable.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/AbstractStartable.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/AbstractStartable.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/AbstractStartable.cs Fri Jan 30 16:36:17 2009
@@ -15,7 +15,6 @@
 // under the License.
 
 using System;
-using System.Runtime.CompilerServices;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/CharIterator.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/CharIterator.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/CharIterator.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/CharIterator.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 
 namespace Etch.Util

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/PerfTest.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/PerfTest.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/PerfTest.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/PerfTest.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Resources.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Resources.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Resources.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Resources.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/RunnerHandler.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/RunnerHandler.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/RunnerHandler.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/RunnerHandler.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 
 namespace Etch.Util

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Session.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Session.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Session.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Session.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 
 namespace Etch.Util

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/SingleIterator.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/SingleIterator.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/SingleIterator.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/SingleIterator.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StrIntHashMapSerializer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StrIntHashMapSerializer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StrIntHashMapSerializer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StrIntHashMapSerializer.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Collections.Generic;
 using Etch.Msg;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StringTokenizer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StringTokenizer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StringTokenizer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/StringTokenizer.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 
 namespace Etch.Util

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/TcpConnection.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/TcpConnection.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/TcpConnection.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/TcpConnection.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 using System.Net;
 using System.Net.Sockets;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Transport.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Transport.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Transport.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Util/Transport.cs Fri Jan 30 16:36:17 2009
@@ -13,7 +13,7 @@
 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 // License for the specific language governing permissions and limitations
 // under the License.
- 
+
 using System;
 
 namespace Etch.Util

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs Fri Jan 30 16:36:17 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdNameMap.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdNameMap.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdNameMap.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdNameMap.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using NUnit.Framework;
 using System.Collections.Generic;
+using NUnit.Framework;
 
 namespace Etch.Msg
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestMessage.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestMessage.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestMessage.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestMessage.cs Fri Jan 30 16:36:17 2009
@@ -15,8 +15,8 @@
 // under the License.
 
 using System;
-using System.Text;
 using System.Collections.Generic;
+using System.Text;
 using Etch.Support;
 using NUnit.Framework;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestXType.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestXType.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestXType.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestXType.cs Fri Jan 30 16:36:17 2009
@@ -14,9 +14,9 @@
 // License for the specific language governing permissions and limitations
 // under the License.
 
+using System;
 using Etch.Support;
 using NUnit.Framework;
-using System;
 
 namespace Etch.Msg
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestDefaultValueFactory.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestDefaultValueFactory.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestDefaultValueFactory.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestDefaultValueFactory.cs Fri Jan 30 16:36:17 2009
@@ -16,10 +16,9 @@
 
 using System;
 using System.Collections.Generic;
-using NUnit.Framework;
-using Etch.Msg;
 using System.Text;
-using Etch.Support;
+using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestRemoteBase.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestRemoteBase.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestRemoteBase.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestRemoteBase.cs Fri Jan 30 16:36:17 2009
@@ -15,11 +15,11 @@
 // under the License.
 
 using System;
-using Etch.Util;
-using NUnit.Framework;
 using Etch.Msg;
-using Etch.Support;
 using Etch.Transport;
+using Etch.Util;
+using NUnit.Framework;
+
 //using Etch.Support;
 
 namespace Etch.Support

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestStubBase.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestStubBase.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestStubBase.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestStubBase.cs Fri Jan 30 16:36:17 2009
@@ -15,11 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Util;
-using NUnit.Framework;
 using Etch.Msg;
-using Etch.Support;
 using Etch.Transport;
+using Etch.Util;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTodoManager.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTodoManager.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTodoManager.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTodoManager.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,9 @@
 // under the License.
 
 using System;
+using System.Threading;
 using Etch.Util;
 using NUnit.Framework;
-using System.Threading;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTypeValidator.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTypeValidator.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTypeValidator.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestTypeValidator.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_StructValue.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_StructValue.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_StructValue.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_StructValue.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_boolean.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_boolean.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_boolean.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_boolean.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_byte.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_byte.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_byte.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_byte.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_double.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_double.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_double.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_double.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_float.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_float.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_float.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_float.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_int.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_int.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_int.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_int.cs Fri Jan 30 16:36:17 2009
@@ -15,10 +15,8 @@
 // under the License.
 
 using System;
-
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_long.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_long.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_long.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_long.cs Fri Jan 30 16:36:17 2009
@@ -15,10 +15,8 @@
 // under the License.
 
 using System;
-
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_object.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_object.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_object.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_object.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_short.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_short.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_short.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_short.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_string.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_string.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_string.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_string.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_void.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_void.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_void.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidator_void.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidators.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidators.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidators.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestValidators.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using NUnit.Framework;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Support
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestKeepAlive.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestKeepAlive.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestKeepAlive.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestKeepAlive.cs Fri Jan 30 16:36:17 2009
@@ -16,12 +16,10 @@
 
 using System;
 using System.Threading;
-using NUnit.Framework;
-
 using Etch.Msg;
-using Etch.Transport.Filter;
-using Etch.Util;
 using Etch.Support;
+using Etch.Util;
+using NUnit.Framework;
 
 namespace Etch.Transport.Filter
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestLogger.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestLogger.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestLogger.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestLogger.cs Fri Jan 30 16:36:17 2009
@@ -15,13 +15,10 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
-
 using Etch.Msg;
-using Etch.Transport.Filter;
-using Etch.Util;
 using Etch.Support;
-
+using Etch.Util;
+using NUnit.Framework;
 
 namespace Etch.Transport.Filter
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestPwAuth.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestPwAuth.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestPwAuth.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Filter/TestPwAuth.cs Fri Jan 30 16:36:17 2009
@@ -16,11 +16,9 @@
 
 using System;
 using Etch.Msg;
-using Etch.Transport.Filter;
+using Etch.Support;
 using Etch.Util;
 using NUnit.Framework;
-using Etch.Support;
-
 
 namespace Etch.Transport.Filter
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Fmt/Binary/TestBinaryTaggedDataInOut.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Fmt/Binary/TestBinaryTaggedDataInOut.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Fmt/Binary/TestBinaryTaggedDataInOut.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/Fmt/Binary/TestBinaryTaggedDataInOut.cs Fri Jan 30 16:36:17 2009
@@ -15,14 +15,10 @@
 // under the License.
 
 using System;
-using System.Collections.Generic;
-using System.Text;
-using NUnit.Framework;
-using Etch.Transport.Fmt.Binary;
 using Etch.Msg;
 using Etch.Support;
-using Etch.Transport;
 using Etch.Util;
+using NUnit.Framework;
 
 namespace Etch.Transport.Fmt.Binary
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestArrayValue.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestArrayValue.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestArrayValue.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestArrayValue.cs Fri Jan 30 16:36:17 2009
@@ -14,10 +14,9 @@
 // License for the specific language governing permissions and limitations
 // under the License.
 
-using NUnit.Framework;
 using System;
-using Etch.Transport;
 using Etch.Msg;
+using NUnit.Framework;
 
 namespace Etch.Transport
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestMessagizer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestMessagizer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestMessagizer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestMessagizer.cs Fri Jan 30 16:36:17 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
+using Etch.Msg;
+using Etch.Support;
 using Etch.Util;
 using NUnit.Framework;
-using Etch.Support;
-using Etch.Msg;
 
 namespace Etch.Transport
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailbox.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailbox.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailbox.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailbox.cs Fri Jan 30 16:36:17 2009
@@ -19,7 +19,6 @@
 using System.Text;
 using System.Threading;
 using Etch.Msg;
-using Etch.Transport;
 using Etch.Support;
 using Etch.Util;
 using NUnit.Framework;

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCircularQueue.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCircularQueue.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCircularQueue.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCircularQueue.cs Fri Jan 30 16:36:17 2009
@@ -16,8 +16,7 @@
 
 using System;
 using System.Threading;
-using Etch.Util;
-using NUnit.Framework; 
+using NUnit.Framework;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestDateSerializer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestDateSerializer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestDateSerializer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestDateSerializer.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,9 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
 using Etch.Msg;
 using Etch.Support;
+using NUnit.Framework;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestFlexBuffer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestFlexBuffer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestFlexBuffer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestFlexBuffer.cs Fri Jan 30 16:36:17 2009
@@ -15,8 +15,8 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
 using System.IO;
+using NUnit.Framework;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestMonitor.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestMonitor.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestMonitor.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestMonitor.cs Fri Jan 30 16:36:17 2009
@@ -16,7 +16,6 @@
 
 using System;
 using System.Threading;
-using Etch.Util;
 using Etch4.Util.Test;
 using NUnit.Framework;
 

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestPacketizer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestPacketizer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestPacketizer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestPacketizer.cs Fri Jan 30 16:36:17 2009
@@ -19,7 +19,6 @@
 using Etch.Util;
 using NUnit.Framework;
 
-
 namespace Etch.Transport
 {
     [TestFixture]

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrIntHashMapSerializer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrIntHashMapSerializer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrIntHashMapSerializer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrIntHashMapSerializer.cs Fri Jan 30 16:36:17 2009
@@ -15,10 +15,9 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
-using Etch.Util;
-using Etch.Support;
 using Etch.Msg;
+using Etch.Support;
+using NUnit.Framework;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrStrHashMapSerializer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrStrHashMapSerializer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrStrHashMapSerializer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStrStrHashMapSerializer.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,9 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
-using Etch.Support;
 using Etch.Msg;
+using Etch.Support;
+using NUnit.Framework;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStringUtil.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStringUtil.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStringUtil.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestStringUtil.cs Fri Jan 30 16:36:17 2009
@@ -16,7 +16,6 @@
 
 using System;
 using NUnit.Framework;
-using Etch.Util;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestTcpConnection.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestTcpConnection.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestTcpConnection.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestTcpConnection.cs Fri Jan 30 16:36:17 2009
@@ -15,11 +15,11 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
+using System.Net;
 using System.Net.Sockets;
 using System.Threading;
-using System.Net;
 using Etch.Util;
+using NUnit.Framework;
 
 namespace Etch.Transport
 {       

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestURL.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestURL.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestURL.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestURL.cs Fri Jan 30 16:36:17 2009
@@ -15,7 +15,6 @@
 // under the License.
 
 using System;
-using System.Collections.Generic;
 using NUnit.Framework;
 
 // s is scheme:[//[user[:password]@]host[:port]/]uri[;params][?terms][#fragment]

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestUrlSerializer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestUrlSerializer.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestUrlSerializer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestUrlSerializer.cs Fri Jan 30 16:36:17 2009
@@ -15,9 +15,9 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
 using Etch.Msg;
 using Etch.Support;
+using NUnit.Framework;
 
 namespace Etch.Util
 {

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs?rev=739325&r1=739324&r2=739325&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs Fri Jan 30 16:36:17 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Propchange: incubator/etch/trunk/tests/src/test/csharp/TestsProj/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Jan 30 16:36:17 2009
@@ -1,3 +1,4 @@
 bin
 obj
 org.apache.etch.tests
+etch.tests