From 85428cec6a090c58c34453dee8b38ac20a619a96 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 23 Jan 2009 21:47:11 +0000 Subject: Catch up on recent file additions/removals; fix compile errors on Windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737201 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/MaxMethodBodySize.vcproj | 396 ----------------------------------- cpp/src/broker.vcproj | 12 ++ cpp/src/common.vcproj | 30 +-- cpp/src/qpid.sln | 13 -- cpp/src/qpid/broker/Link.cpp | 2 +- cpp/src/qpid/broker/LinkRegistry.cpp | 6 +- 6 files changed, 25 insertions(+), 434 deletions(-) delete mode 100644 cpp/src/MaxMethodBodySize.vcproj (limited to 'cpp') diff --git a/cpp/src/MaxMethodBodySize.vcproj b/cpp/src/MaxMethodBodySize.vcproj deleted file mode 100644 index cce8b0a8e1..0000000000 --- a/cpp/src/MaxMethodBodySize.vcproj +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/src/broker.vcproj b/cpp/src/broker.vcproj index 662307d0d7..dd7f79f073 100644 --- a/cpp/src/broker.vcproj +++ b/cpp/src/broker.vcproj @@ -759,6 +759,9 @@ + + @@ -780,6 +783,9 @@ + + @@ -1165,6 +1171,9 @@ + + @@ -1207,6 +1216,9 @@ + + diff --git a/cpp/src/common.vcproj b/cpp/src/common.vcproj index 8786ed6b03..ac2bb0e4d5 100644 --- a/cpp/src/common.vcproj +++ b/cpp/src/common.vcproj @@ -353,9 +353,6 @@ - - @@ -629,6 +626,9 @@ + + @@ -785,15 +785,9 @@ - - - - @@ -812,9 +806,6 @@ - - @@ -933,10 +924,7 @@ RelativePath="qpid\sys\Dispatcher.cpp"> - - + RelativePath="qpid\sys\LatencyMetric.cpp"> @@ -1522,14 +1510,11 @@ RelativePath="qpid\framing\Array.h"> + RelativePath="qpid\framing\BodyFactory.h"> - - @@ -1576,7 +1561,7 @@ RelativePath="qpid\framing\Invoker.h"> + RelativePath="qpid\framing\MethodBodyFactory.h"> @@ -1767,6 +1752,9 @@ + + diff --git a/cpp/src/qpid.sln b/cpp/src/qpid.sln index 7ace10735d..a296a13d25 100644 --- a/cpp/src/qpid.sln +++ b/cpp/src/qpid.sln @@ -8,8 +8,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # # MPC Command: # C:\ace\MPC\mwc.pl -type vc9 -features boost=1 -static qpid.mwc -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaxMethodBodySize", "MaxMethodBodySize.vcproj", "{CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "broker", "broker.vcproj", "{09613D48-FECA-1BAD-9D20-8C374564ADCF}" ProjectSection(ProjectDependencies) = postProject {C961EF23-FECA-1BAD-BB9C-8C3A4564ADCF} = {C961EF23-FECA-1BAD-BB9C-8C3A4564ADCF} @@ -21,9 +19,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client.vcproj", " EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common.vcproj", "{C961EF23-FECA-1BAD-BB9C-8C3A4564ADCF}" - ProjectSection(ProjectDependencies) = postProject - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF} = {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF} - EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qmfconsole", "qmfconsole.vcproj", "{C95DE177-FECA-1BAD-5EDC-8FFA4564ADCF}" ProjectSection(ProjectDependencies) = postProject @@ -38,14 +33,6 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Debug|Win32.ActiveCfg = Debug|Win32 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Debug|Win32.Build.0 = Debug|Win32 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Debug|x64.ActiveCfg = Debug|x64 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Debug|x64.Build.0 = Debug|x64 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Release|Win32.ActiveCfg = Release|Win32 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Release|Win32.Build.0 = Release|Win32 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Release|x64.ActiveCfg = Release|x64 - {CB5C939B-FECA-1BAD-BB9C-8C3A4564ADCF}.Release|x64.Build.0 = Release|x64 {09613D48-FECA-1BAD-9D20-8C374564ADCF}.Debug|Win32.ActiveCfg = Debug|Win32 {09613D48-FECA-1BAD-9D20-8C374564ADCF}.Debug|Win32.Build.0 = Debug|Win32 {09613D48-FECA-1BAD-9D20-8C374564ADCF}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/cpp/src/qpid/broker/Link.cpp b/cpp/src/qpid/broker/Link.cpp index 835b37e6eb..e36635831b 100644 --- a/cpp/src/qpid/broker/Link.cpp +++ b/cpp/src/qpid/broker/Link.cpp @@ -288,7 +288,7 @@ void Link::maintenanceVisit () connection->requestIOProcessing (boost::bind(&Link::ioThreadProcessing, this)); } -void Link::reconnect(const TcpAddress& a) +void Link::reconnect(const qpid::TcpAddress& a) { Mutex::ScopedLock mutex(lock); host = a.host; diff --git a/cpp/src/qpid/broker/LinkRegistry.cpp b/cpp/src/qpid/broker/LinkRegistry.cpp index 956a9ea5ae..97b1c32d64 100644 --- a/cpp/src/qpid/broker/LinkRegistry.cpp +++ b/cpp/src/qpid/broker/LinkRegistry.cpp @@ -67,14 +67,14 @@ void LinkRegistry::periodicMaintenance () reMappings.clear(); } -void LinkRegistry::changeAddress(const TcpAddress& oldAddress, const TcpAddress& newAddress) +void LinkRegistry::changeAddress(const qpid::TcpAddress& oldAddress, const qpid::TcpAddress& newAddress) { //done on periodic maintenance thread; hold changes in separate //map to avoid modifying the link map that is iterated over reMappings[createKey(oldAddress)] = newAddress; } -bool LinkRegistry::updateAddress(const std::string& oldKey, const TcpAddress& newAddress) +bool LinkRegistry::updateAddress(const std::string& oldKey, const qpid::TcpAddress& newAddress) { std::string newKey = createKey(newAddress); if (links.find(newKey) != links.end()) { @@ -296,7 +296,7 @@ std::string LinkRegistry::getAuthIdentity(const std::string& key) } -std::string LinkRegistry::createKey(const TcpAddress& a) +std::string LinkRegistry::createKey(const qpid::TcpAddress& a) { stringstream keystream; keystream << a.host << ":" << a.port; -- cgit v1.2.1