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 23:01:28 UTC

svn commit: r739422 [1/2] - in /incubator/etch/trunk: binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/ binding-csharp/runtime/src/main/csharp/ binding-csharp/runtime/src/test/csharp/Etch/Msg/ binding-csharp/runtime/s...

Author: sccomer
Date: Fri Jan 30 22:01:26 2009
New Revision: 739422

URL: http://svn.apache.org/viewvc?rev=739422&view=rev
Log:
refactored csharp binding runtime namespace from Etch to Org.Apache.Etch.Bindings.Csharp.

Modified:
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestComboValidator.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestField.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestFieldMap.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdName.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/TestStructValue.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestTypeMap.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/TestFreePool.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/TestDefaultDeliveryService.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/Transport/TestPlainMailboxManager.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestAlarmManager.cs
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCharIterator.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/TestHPTimer.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/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs
    incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs
    incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs
    incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleListener.cs
    incubator/etch/trunk/examples/example/src/test/csharp/etch.examples.example/TestExampleServer.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfClient.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfListener.cs
    incubator/etch/trunk/examples/perf/src/test/csharp/etch.examples.perf/TestPerfServer.cs
    incubator/etch/trunk/scripts/etch-eclipse.bat
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingClient.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingServer.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncClient.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncListener.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingListener.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeClient.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeListener.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooClient.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooListener.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceClient.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceListener.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesClient.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesListener.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeHelper.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeServerStub.cs
    incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyValueFactoryCuae.cs
    incubator/etch/trunk/tests/src/main/etch/Bar.etch
    incubator/etch/trunk/tests/src/main/etch/Baz.etch
    incubator/etch/trunk/tests/src/main/etch/Foo.etch
    incubator/etch/trunk/tests/src/main/etch/Test1.etch
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/FakeTest1.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestAsyncClient.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestImplTest1.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestInheritance.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Client.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMixin.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestRemoteTest1DotCsharp.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestStubTest1DotCsharp.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestTest1Helper.cs
    incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestValueFactoryTest1DotCsharp.cs

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm Fri Jan 30 22:01:26 2009
@@ -38,7 +38,7 @@
 #end
 #end
 #end
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 
 /// <summary>
 /// Base Implementation of $intfname, with default method implementations

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm Fri Jan 30 22:01:26 2009
@@ -17,9 +17,9 @@
 // This file is automatically created and should not be edited!
 #set($i = $intf.name())
 
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 /// <summary>
 /// Transport helper for ${i}.

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm Fri Jan 30 22:01:26 2009
@@ -17,10 +17,6 @@
 // This file is automatically created and should not be edited!
 
 using System;
-
-namespace $intf.parent().name()
-{
-
 #foreach( $n in $intf.iterator() )
 #if ($n.isExtern())
 #if ($n.hasImport( $helper ))
@@ -28,6 +24,9 @@
 #end
 #end
 #end
+
+namespace $intf.parent().name()
+{
 #if( $intf.hasDescr() )
 	///<summary>
 #foreach( $s in $intf.descr() )

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm Fri Jan 30 22:01:26 2009
@@ -32,8 +32,8 @@
 using System;
 #if ($helper.isServer($mc))
 
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 using ${intf.parent().name()}.types.${i};
 #else

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm Fri Jan 30 22:01:26 2009
@@ -38,7 +38,7 @@
 #if ($hasBaseClass)
 	public class $clname : Remote$i, $intfname
 #else
-	public class $clname : Etch.Support.RemoteBase, $intfname
+	public class $clname : Org.Apache.Etch.Bindings.Csharp.Support.RemoteBase, $intfname
 #end
 	{
 #if ($hasBaseClass)
@@ -62,7 +62,8 @@
 		/// <summary>Constructs the $clname.</summary>
 		/// <param name="svc"></param>
 		/// <param name="vf"></param>
-		public $clname( Etch.Support.DeliveryService svc, Etch.Msg.ValueFactory vf )
+		public $clname( Org.Apache.Etch.Bindings.Csharp.Support.DeliveryService svc,
+				Org.Apache.Etch.Bindings.Csharp.Msg.ValueFactory vf )
 			: base( svc, vf )
 		{
 			_async = new _Async(this);
@@ -143,7 +144,7 @@
 #end
 		)
 		{
-			Etch.Msg.Message _msg = _NewMessage( $vfname.$n.vname( $helper ) );
+			Org.Apache.Etch.Bindings.Csharp.Msg.Message _msg = _NewMessage( $vfname.$n.vname( $helper ) );
 #foreach( $p in $n.iterator() )
 			_msg.Add( $vfname.$p.vname( $helper ), $p.name() );
 #end
@@ -335,7 +336,7 @@
 #end
 #end
 			///<returns>mailbox to use to retrieve the result using _end_${n.name()}.</returns>			
-			public Etch.Support.Mailbox _begin_${n.name()}(
+			public Org.Apache.Etch.Bindings.Csharp.Support.Mailbox _begin_${n.name()}(
 #set( $sep = "" )
 #foreach( $p in $n.iterator() )
 				$sep$helper.getTypeName( $p.type() ) $p.name()
@@ -343,7 +344,7 @@
 #end
 			)
 			{
-				Etch.Msg.Message _msg = _parent._NewMessage( $vfname.$n.vname( $helper ) );
+				Org.Apache.Etch.Bindings.Csharp.Msg.Message _msg = _parent._NewMessage( $vfname.$n.vname( $helper ) );
 #foreach( $p in $n.iterator() )
 				_msg.Add( $vfname.$p.vname( $helper ), $p.name() );
 #end
@@ -352,7 +353,7 @@
 	 
 			/// <summary>Waits for the call to end and returns the result.</summary>
 			/// <param name="_mb">mailbox returned by _begin_${n.name()}.</param>
-			public $helper.getTypeName( $n.type() ) _end_${n.name()}( Etch.Support.Mailbox _mb )
+			public $helper.getTypeName( $n.type() ) _end_${n.name()}( Org.Apache.Etch.Bindings.Csharp.Support.Mailbox _mb )
 			{
 #if ($n.hasReturn())
 				return
@@ -412,7 +413,7 @@
 #end
 #end
 
-			public Etch.Support.Mailbox _begin_${n.name()}(
+			public Org.Apache.Etch.Bindings.Csharp.Support.Mailbox _begin_${n.name()}(
 #set( $sep = "" )
 #foreach( $p in $n.iterator() )
 				$sep$helper.getTypeName( $p.type() ) $p.name()
@@ -431,7 +432,7 @@
 			
 			///<summary>Ends a call to ${n.name()}</summary>
 			///<param name = mb> mailbox returned by _begin_${n.name()}. </param>
-			public $helper.getTypeName( $n.type() ) _end_${n.name()}( Etch.Support.Mailbox _mb )
+			public $helper.getTypeName( $n.type() ) _end_${n.name()}( Org.Apache.Etch.Bindings.Csharp.Support.Mailbox _mb )
 			{
 #if($n.hasReturn())
 				return

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm Fri Jan 30 22:01:26 2009
@@ -19,9 +19,9 @@
 
 using System;
 	
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 namespace $intf.parent().name()
 {	

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm Fri Jan 30 22:01:26 2009
@@ -18,8 +18,8 @@
 
 using System;
 using System.Collections.Generic;
-using Etch.Msg;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 #foreach( $n in $intf.iterator() )
 #if ($n.isExtern())
 #if ($n.hasImport( $helper ))

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj Fri Jan 30 22:01:26 2009
@@ -35,135 +35,135 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="Etch\Msg\AsyncMode.cs" />
-    <Compile Include="Etch\Msg\ComboValidator.cs" />
-    <Compile Include="Etch\Msg\Direction.cs" />
-    <Compile Include="Etch\Msg\Field.cs" />
-    <Compile Include="Etch\Msg\FieldMap.cs" />
-    <Compile Include="Etch\Msg\IdName.cs" />
-    <Compile Include="Etch\Msg\IdNameMap.cs" />
-    <Compile Include="Etch\Msg\ImportExportHelper.cs" />
-    <Compile Include="Etch\Msg\Message.cs" />
-    <Compile Include="Etch\Msg\StructValue.cs" />
-    <Compile Include="Etch\Msg\TypeMap.cs" />
-    <Compile Include="Etch\Msg\Validator.cs" />
-    <Compile Include="Etch\Msg\ValueFactory.cs" />
-    <Compile Include="Etch\Msg\XType.cs" />
-    <Compile Include="Etch\Support\AuthExceptionSerializer.cs" />
-    <Compile Include="Etch\Support\Class2TypeMap.cs" />
-    <Compile Include="Etch\Support\DefaultServerFactory.cs" />
-    <Compile Include="Etch\Support\DefaultValueFactory.cs" />
-    <Compile Include="Etch\Support\DeliveryService.cs" />
-    <Compile Include="Etch\Support\DummyValueFactory.cs" />
-    <Compile Include="Etch\Support\FreePool.cs" />
-    <Compile Include="Etch\Support\Mailbox.cs" />
-    <Compile Include="Etch\Support\NullPool.cs" />
-    <Compile Include="Etch\Support\ObjSession.cs" />
-    <Compile Include="Etch\Support\Pool.cs" />
-    <Compile Include="Etch\Support\QueuedPool.cs" />
-    <Compile Include="Etch\Support\RemoteBase.cs" />
-    <Compile Include="Etch\Support\RuntimeExceptionSerializer.cs" />
-    <Compile Include="Etch\Support\ServerFactory.cs" />
-    <Compile Include="Etch\Support\StubBase.cs" />
-    <Compile Include="Etch\Support\StubHelper.cs" />
-    <Compile Include="Etch\Support\TransportFactory.cs" />
-    <Compile Include="Etch\Support\TransportHelper.cs" />
-    <Compile Include="Etch\Support\TypeValidator.cs" />
-    <Compile Include="Etch\Support\Validator_boolean.cs" />
-    <Compile Include="Etch\Support\Validator_byte.cs" />
-    <Compile Include="Etch\Support\Validator_custom.cs" />
-    <Compile Include="Etch\Support\Validator_double.cs" />
-    <Compile Include="Etch\Support\Validator_float.cs" />
-    <Compile Include="Etch\Support\Validator_int.cs" />
-    <Compile Include="Etch\Support\Validator_long.cs" />
-    <Compile Include="Etch\Support\Validator_object.cs" />
-    <Compile Include="Etch\Support\Validator_RuntimeException.cs" />
-    <Compile Include="Etch\Support\Validator_short.cs" />
-    <Compile Include="Etch\Support\Validator_string.cs" />
-    <Compile Include="Etch\Support\Validator_StructValue.cs" />
-    <Compile Include="Etch\Support\Validator_void.cs" />
-    <Compile Include="Etch\Support\_Etch_AuthException.cs" />
-    <Compile Include="Etch\Support\_Etch_RuntimeException.cs" />
-    <Compile Include="Etch\Transport\ArrayValue.cs" />
-    <Compile Include="Etch\Transport\DefaultDeliveryService.cs" />
-    <Compile Include="Etch\Transport\Filter\AbstractMessageFilter.cs" />
-    <Compile Include="Etch\Transport\Filter\KeepAlive.cs" />
-    <Compile Include="Etch\Transport\Filter\Logger.cs" />
-    <Compile Include="Etch\Transport\Filter\PwAuth.cs" />
-    <Compile Include="Etch\Transport\Fmt\Binary\BinaryTaggedData.cs" />
-    <Compile Include="Etch\Transport\Fmt\Binary\BinaryTaggedDataFormatFactory.cs" />
-    <Compile Include="Etch\Transport\Fmt\Binary\BinaryTaggedDataInput.cs" />
-    <Compile Include="Etch\Transport\Fmt\Binary\BinaryTaggedDataOutput.cs" />
-    <Compile Include="Etch\Transport\Fmt\Binary\Validator_none.cs" />
-    <Compile Include="Etch\Transport\Fmt\ByteToSbyteConverter.cs" />
-    <Compile Include="Etch\Transport\Fmt\TaggedData.cs" />
-    <Compile Include="Etch\Transport\Fmt\TypeCode.cs" />
-    <Compile Include="Etch\Transport\FormatFactory.cs" />
-    <Compile Include="Etch\Transport\MailboxManager.cs" />
-    <Compile Include="Etch\Transport\Messagizer.cs" />
-    <Compile Include="Etch\Transport\PlainMailbox.cs" />
-    <Compile Include="Etch\Transport\PlainMailboxManager.cs" />
-    <Compile Include="Etch\Transport\SessionMessage.cs" />
-    <Compile Include="Etch\Transport\TaggedDataInput.cs" />
-    <Compile Include="Etch\Transport\TaggedDataOutput.cs" />
-    <Compile Include="Etch\Transport\TcpTransportFactory.cs" />
-    <Compile Include="Etch\Transport\TransportMessage.cs" />
-    <Compile Include="Etch\Transport\UnwantedMessage.cs" />
-    <Compile Include="Etch\Util\AbstractStartable.cs" />
-    <Compile Include="Etch\Util\AlarmListener.cs" />
-    <Compile Include="Etch\Util\AlarmManager.cs" />
-    <Compile Include="Etch\Util\ArrayIterator.cs" />
-    <Compile Include="Etch\Util\Assertion.cs" />
-    <Compile Include="Etch\Util\CharIterator.cs" />
-    <Compile Include="Etch\Util\CircularQueue.cs" />
-    <Compile Include="Etch\Util\Connection.cs" />
-    <Compile Include="Etch\Util\DateSerializer.cs" />
-    <Compile Include="Etch\Util\EmptyIterator.cs" />
-    <Compile Include="Etch\Util\EqualsHelper.cs" />
-    <Compile Include="Etch\Util\FlexBuffer.cs" />
-    <Compile Include="Etch\Util\HPTimer.cs" />
-    <Compile Include="Etch\Util\IdGenerator.cs" />
-    <Compile Include="Etch\Util\InputStream.cs" />
-    <Compile Include="Etch\Util\IntCounter.cs" />
-    <Compile Include="Etch\Util\Integer.cs" />
-    <Compile Include="Etch\Util\ListSerializer.cs" />
-    <Compile Include="Etch\Util\MapSerializer.cs" />
-    <Compile Include="Etch\Util\Monitor.cs" />
-    <Compile Include="Etch\Util\OutputStream.cs" />
-    <Compile Include="Etch\Util\Packetizer.cs" />
-    <Compile Include="Etch\Util\PerfTest.cs" />
-    <Compile Include="Etch\Util\Resources.cs" />
-    <Compile Include="Etch\Util\Runner.cs" />
-    <Compile Include="Etch\Util\RunnerHandler.cs" />
-    <Compile Include="Etch\Util\Session.cs" />
-    <Compile Include="Etch\Util\SessionConsts.cs" />
-    <Compile Include="Etch\Util\SessionData.cs" />
-    <Compile Include="Etch\Util\SessionListener.cs" />
-    <Compile Include="Etch\Util\SessionPacket.cs" />
-    <Compile Include="Etch\Util\SingleIterator.cs" />
-    <Compile Include="Etch\Util\Startable.cs" />
-    <Compile Include="Etch\Util\StringTokenizer.cs" />
-    <Compile Include="Etch\Util\StringUtil.cs" />
-    <Compile Include="Etch\Util\StrIntHashMap.cs" />
-    <Compile Include="Etch\Util\StrIntHashMapSerializer.cs" />
-    <Compile Include="Etch\Util\StrStrHashMap.cs" />
-    <Compile Include="Etch\Util\StrStrHashMapSerializer.cs" />
-    <Compile Include="Etch\Util\TcpConnection.cs" />
-    <Compile Include="Etch\Util\TcpListener.cs" />
-    <Compile Include="Etch\Util\TcpOptions.cs" />
-    <Compile Include="Etch\Util\TcpTransport.cs" />
-    <Compile Include="Etch\Util\Timer.cs" />
-    <Compile Include="Etch\Util\TlsConnection.cs" />
-    <Compile Include="Etch\Util\Todo.cs" />
-    <Compile Include="Etch\Util\TodoDelegateImpl.cs" />
-    <Compile Include="Etch\Util\TodoManager.cs" />
-    <Compile Include="Etch\Util\Transport.cs" />
-    <Compile Include="Etch\Util\TransportConsts.cs" />
-    <Compile Include="Etch\Util\TransportData.cs" />
-    <Compile Include="Etch\Util\TransportPacket.cs" />
-    <Compile Include="Etch\Util\URL.cs" />
-    <Compile Include="Etch\Util\URLSerializer.cs" />
-    <Compile Include="Etch\Util\Who.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\AsyncMode.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\ComboValidator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\Direction.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\Field.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\FieldMap.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\IdName.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\IdNameMap.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\ImportExportHelper.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\Message.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\StructValue.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\TypeMap.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\Validator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\ValueFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Msg\XType.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\AuthExceptionSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Class2TypeMap.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\DefaultServerFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\DefaultValueFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\DeliveryService.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\DummyValueFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\FreePool.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Mailbox.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\NullPool.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\ObjSession.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Pool.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\QueuedPool.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\RemoteBase.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\RuntimeExceptionSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\ServerFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\StubBase.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\StubHelper.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\TransportFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\TransportHelper.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\TypeValidator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_boolean.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_byte.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_custom.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_double.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_float.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_int.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_long.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_object.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_RuntimeException.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_short.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_string.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_StructValue.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\Validator_void.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\_Etch_AuthException.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Support\_Etch_RuntimeException.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\ArrayValue.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\DefaultDeliveryService.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Filter\AbstractMessageFilter.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Filter\KeepAlive.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Filter\Logger.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Filter\PwAuth.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\Binary\BinaryTaggedData.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\Binary\BinaryTaggedDataFormatFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\Binary\BinaryTaggedDataInput.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\Binary\BinaryTaggedDataOutput.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\Binary\Validator_none.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\ByteToSbyteConverter.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\TaggedData.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Fmt\TypeCode.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\FormatFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\MailboxManager.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\Messagizer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\PlainMailbox.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\PlainMailboxManager.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\SessionMessage.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\TaggedDataInput.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\TaggedDataOutput.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\TcpTransportFactory.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\TransportMessage.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Transport\UnwantedMessage.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\AbstractStartable.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\AlarmListener.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\AlarmManager.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\ArrayIterator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Assertion.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\CharIterator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\CircularQueue.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Connection.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\DateSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\EmptyIterator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\EqualsHelper.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\FlexBuffer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\HPTimer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\IdGenerator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\InputStream.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\IntCounter.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Integer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\ListSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\MapSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Monitor.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\OutputStream.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Packetizer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\PerfTest.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Resources.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Runner.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\RunnerHandler.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Session.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\SessionConsts.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\SessionData.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\SessionListener.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\SessionPacket.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\SingleIterator.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Startable.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\StringTokenizer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\StringUtil.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\StrIntHashMap.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\StrIntHashMapSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\StrStrHashMap.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\StrStrHashMapSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TcpConnection.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TcpListener.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TcpOptions.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TcpTransport.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Timer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TlsConnection.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Todo.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TodoDelegateImpl.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TodoManager.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Transport.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TransportConsts.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TransportData.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\TransportPacket.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\URL.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\URLSerializer.cs" />
+    <Compile Include="Org.Apache.Etch.Bindings.Csharp\Util\Who.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestComboValidator.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestComboValidator.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestComboValidator.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestComboValidator.cs Fri Jan 30 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
     [TestFixture]
     public class TestComboValidator

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestField.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestField.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestField.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestField.cs Fri Jan 30 22:01:26 2009
@@ -17,7 +17,7 @@
 using System;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
 
     [TestFixture]

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestFieldMap.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestFieldMap.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestFieldMap.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestFieldMap.cs Fri Jan 30 22:01:26 2009
@@ -16,7 +16,7 @@
 
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
     [TestFixture]
     public class TestFieldMap

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdName.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdName.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdName.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestIdName.cs Fri Jan 30 22:01:26 2009
@@ -17,7 +17,7 @@
 using System;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
 
     [TestFixture]

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -18,7 +18,7 @@
 using System.Collections.Generic;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
 
     public class MyIdNameMap<T> : IdNameMap<IdName>

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -17,10 +17,10 @@
 using System;
 using System.Collections.Generic;
 using System.Text;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
     [TestFixture]
     public class TestMessage

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestStructValue.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestStructValue.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestStructValue.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestStructValue.cs Fri Jan 30 22:01:26 2009
@@ -16,10 +16,10 @@
 
 using System;
 using System.Collections.Generic;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
     [TestFixture]
     public class TestStructValue

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestTypeMap.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestTypeMap.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestTypeMap.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Msg/TestTypeMap.cs Fri Jan 30 22:01:26 2009
@@ -16,7 +16,7 @@
 
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
     [TestFixture]
     public class TestTypeMap

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
 
     [TestFixture]

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -17,10 +17,10 @@
 using System;
 using System.Collections.Generic;
 using System.Text;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestDefaultValueFactory : List<Object>

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestFreePool.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestFreePool.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestFreePool.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Support/TestFreePool.cs Fri Jan 30 22:01:26 2009
@@ -18,7 +18,7 @@
 using System.Threading;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestFreePool

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,14 +15,14 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Transport;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Transport;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
 //using Etch.Support;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
 
     [TestFixture]
@@ -141,7 +141,7 @@
                 Assert.IsNull( what );
                 what = What.BEGINCALL;
                 this.xmsg = msg;
-                this.xmb = new Etch.Transport.PlainMailbox(this, 0L);
+                this.xmb = new PlainMailbox(this, 0L);
                 return this.xmb;
             }
 

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Transport;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Transport;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestStubBase

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -16,10 +16,10 @@
 
 using System;
 using System.Threading;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestTodoManager

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestTypeValidator

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_StructValue

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_Boolean

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_byte

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_double

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
         [TestFixture]
         public class TestValidator_float

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
         [TestFixture]
         public class TestValidator_int

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
         [TestFixture]
         public class TestValidator_long

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
         [TestFixture]
         public class TestValidator_object

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_short

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_string

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidator_void

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Support
+namespace Org.Apache.Etch.Bindings.Csharp.Support
 {
     [TestFixture]
     public class TestValidators

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -16,12 +16,12 @@
 
 using System;
 using System.Threading;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport.Filter
+namespace Org.Apache.Etch.Bindings.Csharp.Transport.Filter
 {
     [TestFixture]
     public class TestKeepAlive
@@ -225,7 +225,7 @@
 
             #region TransportMessage Members
 
-            public void TransportMessage(Who recipient, Etch.Msg.Message msg)
+            public void TransportMessage(Who recipient, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg)
             {
                 this.what = What.TRANSPORT_MESSAGE;
                 this.recipient = recipient;
@@ -288,7 +288,7 @@
 
             #region SessionMessage Members
 
-            public bool SessionMessage(Who sender, Etch.Msg.Message msg)
+            public bool SessionMessage(Who sender, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg)
             {
                 this.what = What.SESSION_MESSAGE;
                 this.sender = sender;

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport.Filter
+namespace Org.Apache.Etch.Bindings.Csharp.Transport.Filter
 {
     [TestFixture]
     public class TestLogger
@@ -152,7 +152,7 @@
 
             #region TransportMessage Members
 
-            public void TransportMessage(Who recipient, Etch.Msg.Message msg)
+            public void TransportMessage(Who recipient, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg)
             {
                 this.what = What.TRANSPORT_MESSAGE;
                 this.recipient = recipient;
@@ -215,7 +215,7 @@
 
             #region SessionMessage Members
 
-            public bool SessionMessage(Who sender, Etch.Msg.Message msg)
+            public bool SessionMessage(Who sender, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg)
             {
                 this.what = What.SESSION_MESSAGE;
                 this.sender = sender;

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport.Filter
+namespace Org.Apache.Etch.Bindings.Csharp.Transport.Filter
 {
     [TestFixture]
     public class TestPwAuth
@@ -288,7 +288,7 @@
 
             #region TransportMessage Members
 
-            public void TransportMessage(Who recipient, Etch.Msg.Message msg)
+            public void TransportMessage(Who recipient, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg)
             {
                 this.what = What.TRANSPORT_MESSAGE;
                 this.recipient = recipient;
@@ -352,7 +352,7 @@
 
             #region SessionMessage Members
 
-            public bool SessionMessage(Who sender, Etch.Msg.Message msg)
+            public bool SessionMessage(Who sender, Org.Apache.Etch.Bindings.Csharp.Msg.Message msg)
             {
                 this.what = What.SESSION_MESSAGE;
                 this.sender = sender;

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport.Fmt.Binary
+namespace Org.Apache.Etch.Bindings.Csharp.Transport.Fmt.Binary
 {
     /// <summary>
     /// Test binary input and output.

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,10 +15,10 @@
 // under the License.
 
 using System;
-using Etch.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
 using NUnit.Framework;
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {
 
     [TestFixture]

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestDefaultDeliveryService.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestDefaultDeliveryService.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestDefaultDeliveryService.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestDefaultDeliveryService.cs Fri Jan 30 22:01:26 2009
@@ -14,7 +14,7 @@
 // License for the specific language governing permissions and limitations
 // under the License.
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {
     //[TestFixture]
     //public class TestDefaultDeliveryService

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {
     [TestFixture]
     public class TestMessagizer

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -18,12 +18,12 @@
 using System.Collections.Generic;
 using System.Text;
 using System.Threading;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {
     [TestFixture]
     public class TestPlainMailbox : MailboxManager

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailboxManager.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailboxManager.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailboxManager.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Transport/TestPlainMailboxManager.cs Fri Jan 30 22:01:26 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {
     [TestFixture]
     public class TestPlainMailboxManager

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestAlarmManager.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestAlarmManager.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestAlarmManager.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestAlarmManager.cs Fri Jan 30 22:01:26 2009
@@ -18,7 +18,7 @@
 using System.Threading;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestAlarmManager

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCharIterator.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCharIterator.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCharIterator.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestCharIterator.cs Fri Jan 30 22:01:26 2009
@@ -17,7 +17,7 @@
 using System;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestCharIterator

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -18,7 +18,7 @@
 using System.Threading;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     internal delegate void run();
     

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,11 +15,11 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestDateSerializer

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -18,7 +18,7 @@
 using System.IO;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestFlexBuffer

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestHPTimer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestHPTimer.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestHPTimer.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Etch/Util/TestHPTimer.cs Fri Jan 30 22:01:26 2009
@@ -17,7 +17,7 @@
 using System.Threading;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestHPTimer

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -19,7 +19,7 @@
 using Etch4.Util.Test;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestMonitor

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -16,10 +16,10 @@
 
 using System;
 using System.Collections.Generic;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {
     [TestFixture]
     public class TestPacketizer

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,11 +15,11 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestStrIntHashMapSerializer

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,11 +15,11 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestStrStrHashMapSerializer

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -17,7 +17,7 @@
 using System;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     
     [TestFixture]

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -18,10 +18,11 @@
 using System.Net;
 using System.Net.Sockets;
 using System.Threading;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
+using TcpListener=Org.Apache.Etch.Bindings.Csharp.Util.TcpListener;
 
-namespace Etch.Transport
+namespace Org.Apache.Etch.Bindings.Csharp.Transport
 {       
     [TestFixture]
     public class TestTcpConnection
@@ -38,7 +39,7 @@
             Console.WriteLine();
             Console.Write( "TestTCPConnection" );
 
-            l = new Etch.Util.TcpListener( "tcp:", null );
+            l = new TcpListener( "tcp:", null );
             l.SetSession(lh);
             l.Start();
             l.WaitUp( TIMEOUT );

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -19,7 +19,7 @@
 
 // s is scheme:[//[user[:password]@]host[:port]/]uri[;params][?terms][#fragment]
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestURL

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=739422&r1=739421&r2=739422&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 22:01:26 2009
@@ -15,11 +15,11 @@
 // under the License.
 
 using System;
-using Etch.Msg;
-using Etch.Support;
+using Org.Apache.Etch.Bindings.Csharp.Msg;
+using Org.Apache.Etch.Bindings.Csharp.Support;
 using NUnit.Framework;
 
-namespace Etch.Util
+namespace Org.Apache.Etch.Bindings.Csharp.Util
 {
     [TestFixture]
     public class TestUrlSerializer

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs Fri Jan 30 22:01:26 2009
@@ -17,7 +17,7 @@
 
 using System;
 using System.Collections.Generic;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 namespace org.apache.etch.examples.chat
 {

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs Fri Jan 30 22:01:26 2009
@@ -18,7 +18,7 @@
 using System;
 using System.Collections.Generic;
 using System.Runtime.CompilerServices;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 namespace org.apache.etch.examples.chat
 {

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs Fri Jan 30 22:01:26 2009
@@ -18,8 +18,8 @@
 using System;
 using System.Collections.Generic;
 using System.Globalization;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 namespace org.apache.etch.examples.chat
 {

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs Fri Jan 30 22:01:26 2009
@@ -17,8 +17,8 @@
 
 using System;
 using System.Collections.Generic;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 namespace org.apache.etch.examples.chat
 {

Modified: incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs (original)
+++ incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs Fri Jan 30 22:01:26 2009
@@ -15,8 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 using org.apache.etch.examples.chat.types.Chat;
 

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs Fri Jan 30 22:01:26 2009
@@ -17,8 +17,8 @@
 
 using System;
 using System.Collections.Generic;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 
 namespace org.apache.etch.examples.distmap
 {

Modified: incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs?rev=739422&r1=739421&r2=739422&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs Fri Jan 30 22:01:26 2009
@@ -15,8 +15,8 @@
 // under the License.
 
 using System;
-using Etch.Support;
-using Etch.Util;
+using Org.Apache.Etch.Bindings.Csharp.Support;
+using Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;
 using org.apache.etch.examples.distmap.types.DistributedHashTable;