Updated Branches: refs/heads/trunk a849f3b62 -> 1684cb9c0
https://issues.apache.org/jira/browse/AMQCPP-508 Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/1684cb9c Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/1684cb9c Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/1684cb9c Branch: refs/heads/trunk Commit: 1684cb9c0cf61deeedf0aa35cf81bf2bc2849875 Parents: a849f3b Author: Timothy Bish <[email protected]> Authored: Tue Sep 3 14:39:25 2013 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Sep 3 14:39:25 2013 -0400 ---------------------------------------------------------------------- .../activemq-cpp-integration-tests.vcproj | 8 ++++ activemq-cpp/vs2008-build/activemq-cpp.vcproj | 48 ++++++++++++++++++++ 2 files changed, 56 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/1684cb9c/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj ---------------------------------------------------------------------- diff --git a/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj b/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj index 4b23986..2657e7a 100644 --- a/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj +++ b/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj @@ -932,6 +932,14 @@ > </File> <File + RelativePath="..\src\test-integration\activemq\test\openwire\OpenwireEnhancedConnectionTest.cpp" + > + </File> + <File + RelativePath="..\src\test-integration\activemq\test\openwire\OpenwireEnhancedConnectionTest.h" + > + </File> + <File RelativePath="..\src\test-integration\activemq\test\openwire\OpenwireExpirationTest.cpp" > </File> http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/1684cb9c/activemq-cpp/vs2008-build/activemq-cpp.vcproj ---------------------------------------------------------------------- diff --git a/activemq-cpp/vs2008-build/activemq-cpp.vcproj b/activemq-cpp/vs2008-build/activemq-cpp.vcproj index 84d9c95..b8dd60c 100644 --- a/activemq-cpp/vs2008-build/activemq-cpp.vcproj +++ b/activemq-cpp/vs2008-build/activemq-cpp.vcproj @@ -1334,6 +1334,38 @@ > </File> <File + RelativePath="..\src\main\cms\DestinationEvent.cpp" + > + </File> + <File + RelativePath="..\src\main\cms\DestinationEvent.h" + > + </File> + <File + RelativePath="..\src\main\cms\DestinationListener.cpp" + > + </File> + <File + RelativePath="..\src\main\cms\DestinationListener.h" + > + </File> + <File + RelativePath="..\src\main\cms\DestinationSource.cpp" + > + </File> + <File + RelativePath="..\src\main\cms\DestinationSource.h" + > + </File> + <File + RelativePath="..\src\main\cms\EnhancedConnection.cpp" + > + </File> + <File + RelativePath="..\src\main\cms\EnhancedConnection.h" + > + </File> + <File RelativePath="..\src\main\cms\ExceptionListener.cpp" > </File> @@ -2673,6 +2705,22 @@ > </File> <File + RelativePath="..\src\main\activemq\core\ActiveMQDestinationEvent.cpp" + > + </File> + <File + RelativePath="..\src\main\activemq\core\ActiveMQDestinationEvent.h" + > + </File> + <File + RelativePath="..\src\main\activemq\core\ActiveMQDestinationSource.cpp" + > + </File> + <File + RelativePath="..\src\main\activemq\core\ActiveMQDestinationSource.h" + > + </File> + <File RelativePath="..\src\main\activemq\core\ActiveMQMessageAudit.cpp" > </File>
