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 2007/03/18 00:54:47 UTC

svn commit: r519475 - /activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj

Author: tabish
Date: Sat Mar 17 16:54:47 2007
New Revision: 519475

URL: http://svn.apache.org/viewvc?view=rev&rev=519475
Log:
http://issues.apache.org/activemq/browse/AMQCPP-78

Refectored the close of ConnectorResources, added the ConnectorResourceListener that allows objects to listen to connector resources for close events.
Removed the ActiveMQSessionResource interface and made everything dependant on the ConnectorResource close events.  
Fixed a few memory leaks.
Fixed tests for the new interfaces.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj?view=diff&rev=519475&r1=519474&r2=519475
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj Sat Mar 17 16:54:47 2007
@@ -425,6 +425,14 @@
 				Name="connector"
 				>
 				<File
+					RelativePath="..\src\main\activemq\connector\BaseConnectorResource.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\src\main\activemq\connector\BaseConnectorResource.h"
+					>
+				</File>
+				<File
 					RelativePath="..\src\main\activemq\connector\Connector.h"
 					>
 				</File>
@@ -453,6 +461,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\src\main\activemq\connector\ConnectorResourceListener.h"
+					>
+				</File>
+				<File
 					RelativePath="..\src\main\activemq\connector\ConsumerInfo.h"
 					>
 				</File>
@@ -1850,10 +1862,6 @@
 				</File>
 				<File
 					RelativePath="..\src\main\activemq\core\ActiveMQSession.h"
-					>
-				</File>
-				<File
-					RelativePath="..\src\main\activemq\core\ActiveMQSessionResource.h"
 					>
 				</File>
 				<File