Author: jgomes
Date: Tue May 27 14:34:47 2008
New Revision: 660719

URL: http://svn.apache.org/viewvc?rev=660719&view=rev
Log:
[AMQNET-86] Added IsStarted property to IStartable interface.

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IStartable.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IStartable.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IStartable.cs?rev=660719&r1=660718&r2=660719&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IStartable.cs 
(original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IStartable.cs Tue 
May 27 14:34:47 2008
@@ -22,7 +22,8 @@
        public interface IStartable
     {
         void Start();
-    }
+               bool IsStarted { get; }
+       }
 }
 
 


Reply via email to