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/06/03 23:33:08 UTC

svn commit: r951174 - in /activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build: activemq-cpp-example.vcproj activemq-cpp-integration-tests.vcproj activemq-cpp-producer.vcproj activemq-cpp-unittests.vcproj activemq-cpp.vcproj

Author: tabish
Date: Thu Jun  3 21:33:08 2010
New Revision: 951174

URL: http://svn.apache.org/viewvc?rev=951174&view=rev
Log:
Add missing files from recent development and remove the Wp64 options from all the projects as its depricated.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-example.vcproj
    activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj
    activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-producer.vcproj
    activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-unittests.vcproj
    activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp.vcproj

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-example.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-example.vcproj?rev=951174&r1=951173&r2=951174&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-example.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-example.vcproj Thu Jun  3 21:33:08 2010
@@ -55,7 +55,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -228,7 +228,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="2"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 			/>
 			<Tool
@@ -401,7 +401,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="2"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				DisableSpecificWarnings="4251"
 			/>
@@ -578,7 +578,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290;4101;4251"
 			/>

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj?rev=951174&r1=951173&r2=951174&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-integration-tests.vcproj Thu Jun  3 21:33:08 2010
@@ -56,7 +56,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -228,7 +228,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="2"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 			/>
 			<Tool
@@ -399,7 +399,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="2"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 			/>
 			<Tool
@@ -573,7 +573,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-producer.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-producer.vcproj?rev=951174&r1=951173&r2=951174&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-producer.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-producer.vcproj Thu Jun  3 21:33:08 2010
@@ -51,7 +51,7 @@
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -206,7 +206,7 @@
 				RuntimeLibrary="2"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -365,7 +365,7 @@
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -516,6 +516,7 @@
 				AdditionalIncludeDirectories="..\src\main;&quot;$(PLATFORM_SDK)\include&quot;;&quot;$(CPPUNIT_DIST)\include&quot;;&quot;$(APR_DIST)\include&quot;"
 				PreprocessorDefinitions="WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;HAVE_WINSOCK2_H;CMS_DLL;AMQCPP_DLL;DECAF_DLL"
 				UsePrecompiledHeader="0"
+				Detect64BitPortabilityProblems="false"
 				DisableSpecificWarnings="4290, 4101"
 			/>
 			<Tool

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-unittests.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-unittests.vcproj?rev=951174&r1=951173&r2=951174&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-unittests.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp-unittests.vcproj Thu Jun  3 21:33:08 2010
@@ -55,7 +55,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -229,7 +229,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="2"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 			/>
 			<Tool
@@ -403,7 +403,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="2"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 			/>
 			<Tool
@@ -578,7 +578,7 @@
 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
 				XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 				DisableSpecificWarnings="4290, 4101"
 			/>
@@ -844,6 +844,14 @@
 				Name="util"
 				>
 				<File
+					RelativePath="..\src\test\activemq\util\IdGeneratorTest.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\src\test\activemq\util\IdGeneratorTest.h"
+					>
+				</File>
+				<File
 					RelativePath="..\src\test\activemq\util\LongSequenceGeneratorTest.cpp"
 					>
 				</File>

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp.vcproj?rev=951174&r1=951173&r2=951174&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2008-build/activemq-cpp.vcproj Thu Jun  3 21:33:08 2010
@@ -866,6 +866,14 @@
 					>
 				</File>
 				<File
+					RelativePath="..\src\main\activemq\util\IdGenerator.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\src\main\activemq\util\IdGenerator.h"
+					>
+				</File>
+				<File
 					RelativePath="..\src\main\activemq\util\LongSequenceGenerator.cpp"
 					>
 				</File>
@@ -1482,14 +1490,6 @@
 					>
 				</File>
 				<File
-					RelativePath="..\src\main\activemq\core\ActiveMQConnectionSupport.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\src\main\activemq\core\ActiveMQConnectionSupport.h"
-					>
-				</File>
-				<File
 					RelativePath="..\src\main\activemq\core\ActiveMQConstants.cpp"
 					>
 				</File>
@@ -1562,9 +1562,45 @@
 					>
 				</File>
 				<File
+					RelativePath="..\src\main\activemq\core\PrefetchPolicy.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\src\main\activemq\core\PrefetchPolicy.h"
+					>
+				</File>
+				<File
+					RelativePath="..\src\main\activemq\core\RedeliveryPolicy.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\src\main\activemq\core\RedeliveryPolicy.h"
+					>
+				</File>
+				<File
 					RelativePath="..\src\main\activemq\core\Synchronization.h"
 					>
 				</File>
+				<Filter
+					Name="policies"
+					>
+					<File
+						RelativePath="..\src\main\activemq\core\policies\DefaultPrefetchPolicy.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\src\main\activemq\core\policies\DefaultPrefetchPolicy.h"
+						>
+					</File>
+					<File
+						RelativePath="..\src\main\activemq\core\policies\DefaultRedeliveryPolicy.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\src\main\activemq\core\policies\DefaultRedeliveryPolicy.h"
+						>
+					</File>
+				</Filter>
 			</Filter>
 			<Filter
 				Name="exceptions"