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:08:24 UTC

svn commit: r739426 - /incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/AsyncMode.cs

Author: sccomer
Date: Fri Jan 30 22:08:23 2009
New Revision: 739426

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

Modified:
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/AsyncMode.cs

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/AsyncMode.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/AsyncMode.cs?rev=739426&r1=739425&r2=739426&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/AsyncMode.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Etch/Msg/AsyncMode.cs Fri Jan 30 22:08:23 2009
@@ -14,7 +14,7 @@
 // License for the specific language governing permissions and limitations
 // under the License.
 
-namespace Etch.Msg
+namespace Org.Apache.Etch.Bindings.Csharp.Msg
 {
     ///
     /// The asynchronous receiver mode of this helper.