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 2009/12/10 16:32:42 UTC

svn commit: r889297 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/MapMessage.cs

Author: tabish
Date: Thu Dec 10 15:32:41 2009
New Revision: 889297

URL: http://svn.apache.org/viewvc?rev=889297&view=rev
Log:
* MapMessage.cs: 

Remove reference to the Compression Package

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

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/MapMessage.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/MapMessage.cs?rev=889297&r1=889296&r2=889297&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/MapMessage.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/MapMessage.cs Thu Dec 10 15:32:41 2009
@@ -17,7 +17,6 @@
 
 using System;
 using System.IO;
-using System.IO.Compression;
 using Apache.NMS.Util;
 using Apache.NMS.Stomp.Protocol;