You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/01/11 22:52:43 UTC

svn commit: r898087 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/ConnectionMetaData.cs

Author: tabish
Date: Mon Jan 11 21:52:43 2010
New Revision: 898087

URL: http://svn.apache.org/viewvc?rev=898087&view=rev
Log:
port code to build on .NET CF 2.0 and above

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

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/ConnectionMetaData.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/ConnectionMetaData.cs?rev=898087&r1=898086&r2=898087&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/ConnectionMetaData.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/ConnectionMetaData.cs Mon Jan 11 21:52:43 2010
@@ -69,9 +69,9 @@
                     return;
                 }
             }
-#endif
 
             throw new NMSException("Could not find a reference to the Apache.NMS Assembly.");
+#endif
         }
 
         public int NMSMajorVersion