Author: jstrachan
Date: Mon Jan 9 07:16:02 2006
New Revision: 367318
URL: http://svn.apache.org/viewcvs?rev=367318&view=rev
Log:
Added back file that was temporary deleted
Added:
incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Destination.cs
(with props)
Added: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Destination.cs
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Destination.cs?rev=367318&view=auto
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Destination.cs
(added)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Destination.cs
Mon Jan 9 07:16:02 2006
@@ -0,0 +1,12 @@
+using System;
+using OpenWire.Core.Commands;
+
+namespace OpenWire.Core
+{
+ /// <summary>
+ /// Summary description for Destination.
+ /// </summary>
+ public interface Destination
+ {
+ }
+}
Propchange:
incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Destination.cs
------------------------------------------------------------------------------
svn:executable = *