You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/04/13 11:12:44 UTC

svn commit: r1325674 [3/4] - in /thrift/trunk: ./ compiler/cpp/ compiler/cpp/src/generate/ contrib/ contrib/async-test/ contrib/fb303/ contrib/fb303/cpp/ contrib/zeromq/ lib/c_glib/ lib/c_glib/src/ lib/c_glib/src/processor/ lib/c_glib/src/protocol/ lib...

Copied: thrift/trunk/lib/cpp/src/thrift/TApplicationException.h (from r1325048, thrift/trunk/lib/cpp/src/TApplicationException.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/TApplicationException.h?p2=thrift/trunk/lib/cpp/src/thrift/TApplicationException.h&p1=thrift/trunk/lib/cpp/src/TApplicationException.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/TApplicationException.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/TApplicationException.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_TAPPLICATIONEXCEPTION_H_
 #define _THRIFT_TAPPLICATIONEXCEPTION_H_ 1
 
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 
 
 namespace apache { namespace thrift {

Copied: thrift/trunk/lib/cpp/src/thrift/TDispatchProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/TDispatchProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/TDispatchProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/TDispatchProcessor.h&p1=thrift/trunk/lib/cpp/src/TDispatchProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/TLogging.h (from r1325048, thrift/trunk/lib/cpp/src/TLogging.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/TLogging.h?p2=thrift/trunk/lib/cpp/src/thrift/TLogging.h&p1=thrift/trunk/lib/cpp/src/TLogging.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/TProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/TProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/TProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/TProcessor.h&p1=thrift/trunk/lib/cpp/src/TProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/TProcessor.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/TProcessor.h Fri Apr 13 09:12:31 2012
@@ -21,7 +21,7 @@
 #define _THRIFT_TPROCESSOR_H_ 1
 
 #include <string>
-#include <protocol/TProtocol.h>
+#include <thrift/protocol/TProtocol.h>
 #include <boost/shared_ptr.hpp>
 
 namespace apache { namespace thrift {

Copied: thrift/trunk/lib/cpp/src/thrift/TReflectionLocal.h (from r1325048, thrift/trunk/lib/cpp/src/TReflectionLocal.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/TReflectionLocal.h?p2=thrift/trunk/lib/cpp/src/thrift/TReflectionLocal.h&p1=thrift/trunk/lib/cpp/src/TReflectionLocal.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/TReflectionLocal.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/TReflectionLocal.h Fri Apr 13 09:12:31 2012
@@ -22,7 +22,7 @@
 
 #include <stdint.h>
 #include <cstring>
-#include <protocol/TProtocol.h>
+#include <thrift/protocol/TProtocol.h>
 
 /**
  * Local Reflection is a blanket term referring to the the structure

Copied: thrift/trunk/lib/cpp/src/thrift/Thrift.cpp (from r1325048, thrift/trunk/lib/cpp/src/Thrift.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/Thrift.cpp?p2=thrift/trunk/lib/cpp/src/thrift/Thrift.cpp&p1=thrift/trunk/lib/cpp/src/Thrift.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/Thrift.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/Thrift.cpp Fri Apr 13 09:12:31 2012
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 #include <cstring>
 #include <cstdlib>
 #include <boost/lexical_cast.hpp>

Copied: thrift/trunk/lib/cpp/src/thrift/Thrift.h (from r1325048, thrift/trunk/lib/cpp/src/Thrift.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/Thrift.h?p2=thrift/trunk/lib/cpp/src/thrift/Thrift.h&p1=thrift/trunk/lib/cpp/src/Thrift.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/Thrift.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/Thrift.h Fri Apr 13 09:12:31 2012
@@ -21,7 +21,7 @@
 #define _THRIFT_THRIFT_H_ 1
 
 #ifdef _WIN32
-#include "windows/config.h"
+#include <thrift/windows/config.h>
 #endif
 
 #ifdef HAVE_CONFIG_H

Copied: thrift/trunk/lib/cpp/src/thrift/VirtualProfiling.cpp (from r1325048, thrift/trunk/lib/cpp/src/VirtualProfiling.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/VirtualProfiling.cpp?p2=thrift/trunk/lib/cpp/src/thrift/VirtualProfiling.cpp&p1=thrift/trunk/lib/cpp/src/VirtualProfiling.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/VirtualProfiling.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/VirtualProfiling.cpp Fri Apr 13 09:12:31 2012
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 
 // Do nothing if virtual call profiling is not enabled
 #if T_GLOBAL_DEBUG_VIRTUAL > 1
@@ -36,7 +36,7 @@
 #endif // !__GLIBC__
 
 
-#include <concurrency/Mutex.h>
+#include <thrift/concurrency/Mutex.h>
 
 #include <ext/hash_map>
 #include <execinfo.h>

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncBufferProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncBufferProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncBufferProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncBufferProcessor.h&p1=thrift/trunk/lib/cpp/src/async/TAsyncBufferProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TAsyncBufferProcessor.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TAsyncBufferProcessor.h Fri Apr 13 09:12:31 2012
@@ -23,7 +23,7 @@
 #include <tr1/functional>
 #include <boost/shared_ptr.hpp>
 
-#include "transport/TBufferTransports.h"
+#include <thrift/transport/TBufferTransports.h>
 
 namespace apache { namespace thrift { namespace async {
 

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.cpp (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncChannel.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.cpp?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.cpp&p1=thrift/trunk/lib/cpp/src/async/TAsyncChannel.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TAsyncChannel.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.cpp Fri Apr 13 09:12:31 2012
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-#include <async/TAsyncChannel.h>
+#include <thrift/async/TAsyncChannel.h>
 #include <tr1/functional>
 
 namespace apache { namespace thrift { namespace async {

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.h (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncChannel.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.h&p1=thrift/trunk/lib/cpp/src/async/TAsyncChannel.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TAsyncChannel.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TAsyncChannel.h Fri Apr 13 09:12:31 2012
@@ -21,7 +21,7 @@
 #define _THRIFT_ASYNC_TASYNCCHANNEL_H_ 1
 
 #include <tr1/functional>
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 
 namespace apache { namespace thrift { namespace transport {
 class TMemoryBuffer;

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncDispatchProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncDispatchProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncDispatchProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncDispatchProcessor.h&p1=thrift/trunk/lib/cpp/src/async/TAsyncDispatchProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncProcessor.h&p1=thrift/trunk/lib/cpp/src/async/TAsyncProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TAsyncProcessor.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TAsyncProcessor.h Fri Apr 13 09:12:31 2012
@@ -22,7 +22,7 @@
 
 #include <tr1/functional>
 #include <boost/shared_ptr.hpp>
-#include <protocol/TProtocol.h>
+#include <thrift/protocol/TProtocol.h>
 #include <TProcessor.h>
 
 namespace apache { namespace thrift { namespace async {

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.cpp (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncProtocolProcessor.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.cpp?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.cpp&p1=thrift/trunk/lib/cpp/src/async/TAsyncProtocolProcessor.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/async/TAsyncProtocolProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.h&p1=thrift/trunk/lib/cpp/src/async/TAsyncProtocolProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TAsyncProtocolProcessor.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.h Fri Apr 13 09:12:31 2012
@@ -22,7 +22,7 @@
 
 #include "TAsyncProcessor.h"
 #include "TAsyncBufferProcessor.h"
-#include "protocol/TProtocol.h"
+#include <thrift/protocol/TProtocol.h>
 
 namespace apache { namespace thrift { namespace async {
 

Copied: thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp (from r1325048, thrift/trunk/lib/cpp/src/async/TEvhttpClientChannel.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp?p2=thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp&p1=thrift/trunk/lib/cpp/src/async/TEvhttpClientChannel.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TEvhttpClientChannel.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp Fri Apr 13 09:12:31 2012
@@ -19,8 +19,8 @@
 
 #include "TEvhttpClientChannel.h"
 #include <evhttp.h>
-#include "transport/TBufferTransports.h"
-#include <protocol/TProtocolException.h>
+#include <thrift/transport/TBufferTransports.h>
+#include <thrift/protocol/TProtocolException.h>
 
 #include <iostream>
 #include <sstream>

Copied: thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.h (from r1325048, thrift/trunk/lib/cpp/src/async/TEvhttpClientChannel.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TEvhttpClientChannel.h&p1=thrift/trunk/lib/cpp/src/async/TEvhttpClientChannel.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/async/TEvhttpServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.cpp&p1=thrift/trunk/lib/cpp/src/async/TEvhttpServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TEvhttpServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.cpp Fri Apr 13 09:12:31 2012
@@ -19,7 +19,7 @@
 
 #include "TEvhttpServer.h"
 #include "TAsyncBufferProcessor.h"
-#include "transport/TBufferTransports.h"
+#include <thrift/transport/TBufferTransports.h>
 #include <evhttp.h>
 
 #include <iostream>

Copied: thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.h (from r1325048, thrift/trunk/lib/cpp/src/async/TEvhttpServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.h?p2=thrift/trunk/lib/cpp/src/thrift/async/TEvhttpServer.h&p1=thrift/trunk/lib/cpp/src/async/TEvhttpServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/BoostMonitor.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/BoostMonitor.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/BoostMonitor.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/BoostMonitor.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/BoostMonitor.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/BoostMutex.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/BoostMutex.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/BoostMutex.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/BoostMutex.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/BoostMutex.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/BoostThreadFactory.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/BoostThreadFactory.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/BoostThreadFactory.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/BoostThreadFactory.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/BoostThreadFactory.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/BoostThreadFactory.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/BoostThreadFactory.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/BoostThreadFactory.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/BoostThreadFactory.h&p1=thrift/trunk/lib/cpp/src/concurrency/BoostThreadFactory.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Exception.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Exception.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Exception.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Exception.h&p1=thrift/trunk/lib/cpp/src/concurrency/Exception.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/concurrency/Exception.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/concurrency/Exception.h Fri Apr 13 09:12:31 2012
@@ -21,7 +21,7 @@
 #define _THRIFT_CONCURRENCY_EXCEPTION_H_ 1
 
 #include <exception>
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 
 namespace apache { namespace thrift { namespace concurrency {
 

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/FunctionRunner.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/FunctionRunner.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/FunctionRunner.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/FunctionRunner.h&p1=thrift/trunk/lib/cpp/src/concurrency/FunctionRunner.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Monitor.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Monitor.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Monitor.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Monitor.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/Monitor.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Monitor.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Monitor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Monitor.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Monitor.h&p1=thrift/trunk/lib/cpp/src/concurrency/Monitor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Mutex.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Mutex.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Mutex.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Mutex.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/Mutex.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Mutex.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Mutex.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Mutex.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Mutex.h&p1=thrift/trunk/lib/cpp/src/concurrency/Mutex.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/PlatformThreadFactory.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/PlatformThreadFactory.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/PlatformThreadFactory.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/PlatformThreadFactory.h&p1=thrift/trunk/lib/cpp/src/concurrency/PlatformThreadFactory.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/concurrency/PlatformThreadFactory.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/concurrency/PlatformThreadFactory.h Fri Apr 13 09:12:31 2012
@@ -21,9 +21,9 @@
 #define _THRIFT_CONCURRENCY_PLATFORMTHREADFACTORY_H_ 1
 
 #ifndef USE_BOOST_THREAD
-#  include <concurrency/PosixThreadFactory.h>
+#  include <thrift/concurrency/PosixThreadFactory.h>
 #else
-#  include <concurrency/BoostThreadFactory.h>
+#  include <thrift/concurrency/BoostThreadFactory.h>
 #endif
 
 namespace apache { namespace thrift { namespace concurrency {

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/PosixThreadFactory.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/PosixThreadFactory.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/PosixThreadFactory.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/PosixThreadFactory.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/PosixThreadFactory.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/PosixThreadFactory.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h&p1=thrift/trunk/lib/cpp/src/concurrency/PosixThreadFactory.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Thread.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Thread.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Thread.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Thread.h&p1=thrift/trunk/lib/cpp/src/concurrency/Thread.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/ThreadManager.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/ThreadManager.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/ThreadManager.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/ThreadManager.h&p1=thrift/trunk/lib/cpp/src/concurrency/ThreadManager.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/TimerManager.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/TimerManager.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/TimerManager.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/TimerManager.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/TimerManager.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/TimerManager.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/TimerManager.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/TimerManager.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/TimerManager.h&p1=thrift/trunk/lib/cpp/src/concurrency/TimerManager.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Util.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Util.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Util.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Util.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/Util.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/Util.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/Util.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/Util.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/Util.h&p1=thrift/trunk/lib/cpp/src/concurrency/Util.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/test/Tests.cpp (from r1325048, thrift/trunk/lib/cpp/src/concurrency/test/Tests.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/test/Tests.cpp?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/test/Tests.cpp&p1=thrift/trunk/lib/cpp/src/concurrency/test/Tests.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadFactoryTests.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/test/ThreadFactoryTests.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadFactoryTests.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadFactoryTests.h&p1=thrift/trunk/lib/cpp/src/concurrency/test/ThreadFactoryTests.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/concurrency/test/ThreadFactoryTests.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadFactoryTests.h Fri Apr 13 09:12:31 2012
@@ -18,10 +18,10 @@
  */
 
 #include <config.h>
-#include <concurrency/Thread.h>
-#include <concurrency/PlatformThreadFactory.h>
-#include <concurrency/Monitor.h>
-#include <concurrency/Util.h>
+#include <thrift/concurrency/Thread.h>
+#include <thrift/concurrency/PlatformThreadFactory.h>
+#include <thrift/concurrency/Monitor.h>
+#include <thrift/concurrency/Util.h>
 
 #include <assert.h>
 #include <unistd.h>

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadManagerTests.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/test/ThreadManagerTests.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadManagerTests.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadManagerTests.h&p1=thrift/trunk/lib/cpp/src/concurrency/test/ThreadManagerTests.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/concurrency/test/ThreadManagerTests.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/concurrency/test/ThreadManagerTests.h Fri Apr 13 09:12:31 2012
@@ -18,10 +18,10 @@
  */
 
 #include <config.h>
-#include <concurrency/ThreadManager.h>
-#include <concurrency/PlatformThreadFactory.h>
-#include <concurrency/Monitor.h>
-#include <concurrency/Util.h>
+#include <thrift/concurrency/ThreadManager.h>
+#include <thrift/concurrency/PlatformThreadFactory.h>
+#include <thrift/concurrency/Monitor.h>
+#include <thrift/concurrency/Util.h>
 
 #include <assert.h>
 #include <set>

Copied: thrift/trunk/lib/cpp/src/thrift/concurrency/test/TimerManagerTests.h (from r1325048, thrift/trunk/lib/cpp/src/concurrency/test/TimerManagerTests.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/concurrency/test/TimerManagerTests.h?p2=thrift/trunk/lib/cpp/src/thrift/concurrency/test/TimerManagerTests.h&p1=thrift/trunk/lib/cpp/src/concurrency/test/TimerManagerTests.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/concurrency/test/TimerManagerTests.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/concurrency/test/TimerManagerTests.h Fri Apr 13 09:12:31 2012
@@ -17,10 +17,10 @@
  * under the License.
  */
 
-#include <concurrency/TimerManager.h>
-#include <concurrency/PlatformThreadFactory.h>
-#include <concurrency/Monitor.h>
-#include <concurrency/Util.h>
+#include <thrift/concurrency/TimerManager.h>
+#include <thrift/concurrency/PlatformThreadFactory.h>
+#include <thrift/concurrency/Monitor.h>
+#include <thrift/concurrency/Util.h>
 
 #include <assert.h>
 #include <iostream>

Copied: thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.cpp (from r1325048, thrift/trunk/lib/cpp/src/processor/PeekProcessor.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.cpp?p2=thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.cpp&p1=thrift/trunk/lib/cpp/src/processor/PeekProcessor.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/processor/PeekProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.h&p1=thrift/trunk/lib/cpp/src/processor/PeekProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/processor/PeekProcessor.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/processor/PeekProcessor.h Fri Apr 13 09:12:31 2012
@@ -22,9 +22,9 @@
 
 #include <string>
 #include <TProcessor.h>
-#include <transport/TTransport.h>
-#include <transport/TTransportUtils.h>
-#include <transport/TBufferTransports.h>
+#include <thrift/transport/TTransport.h>
+#include <thrift/transport/TTransportUtils.h>
+#include <thrift/transport/TBufferTransports.h>
 #include <boost/shared_ptr.hpp>
 
 namespace apache { namespace thrift { namespace processor {

Copied: thrift/trunk/lib/cpp/src/thrift/processor/StatsProcessor.h (from r1325048, thrift/trunk/lib/cpp/src/processor/StatsProcessor.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/processor/StatsProcessor.h?p2=thrift/trunk/lib/cpp/src/thrift/processor/StatsProcessor.h&p1=thrift/trunk/lib/cpp/src/processor/StatsProcessor.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/processor/StatsProcessor.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/processor/StatsProcessor.h Fri Apr 13 09:12:31 2012
@@ -21,8 +21,8 @@
 #define STATSPROCESSOR_H
 
 #include <boost/shared_ptr.hpp>
-#include <transport/TTransport.h>
-#include <protocol/TProtocol.h>
+#include <thrift/transport/TTransport.h>
+#include <thrift/protocol/TProtocol.h>
 #include <TProcessor.h>
 
 namespace apache { namespace thrift { namespace processor {

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TBase64Utils.cpp (from r1325048, thrift/trunk/lib/cpp/src/protocol/TBase64Utils.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TBase64Utils.cpp?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TBase64Utils.cpp&p1=thrift/trunk/lib/cpp/src/protocol/TBase64Utils.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TBase64Utils.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TBase64Utils.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TBase64Utils.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TBase64Utils.h&p1=thrift/trunk/lib/cpp/src/protocol/TBase64Utils.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TBinaryProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TBinaryProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TBinaryProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TBinaryProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TBinaryProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc (from r1325048, thrift/trunk/lib/cpp/src/protocol/TBinaryProtocol.tcc)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc&p1=thrift/trunk/lib/cpp/src/protocol/TBinaryProtocol.tcc&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TCompactProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TCompactProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TCompactProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TCompactProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TCompactProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc (from r1325048, thrift/trunk/lib/cpp/src/protocol/TCompactProtocol.tcc)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc&p1=thrift/trunk/lib/cpp/src/protocol/TCompactProtocol.tcc&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.cpp (from r1325048, thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.cpp?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.cpp&p1=thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/protocol/TDebugProtocol.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/protocol/TDebugProtocol.h Fri Apr 13 09:12:31 2012
@@ -171,7 +171,7 @@ class TDebugProtocolFactory : public TPr
 
 
 // TODO(dreiss): Move (part of) ThriftDebugString into a .cpp file and remove this.
-#include <transport/TBufferTransports.h>
+#include <thrift/transport/TBufferTransports.h>
 
 namespace apache { namespace thrift {
 

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.cpp (from r1325048, thrift/trunk/lib/cpp/src/protocol/TDenseProtocol.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.cpp?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.cpp&p1=thrift/trunk/lib/cpp/src/protocol/TDenseProtocol.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TDenseProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TDenseProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TDenseProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp (from r1325048, thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp&p1=thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp Fri Apr 13 09:12:31 2012
@@ -22,7 +22,7 @@
 #include <math.h>
 #include <boost/lexical_cast.hpp>
 #include "TBase64Utils.h"
-#include <transport/TTransportException.h>
+#include <thrift/transport/TTransportException.h>
 
 using namespace apache::thrift::transport;
 

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/protocol/TJSONProtocol.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/protocol/TJSONProtocol.h Fri Apr 13 09:12:31 2012
@@ -314,7 +314,7 @@ class TJSONProtocolFactory : public TPro
 
 
 // TODO(dreiss): Move part of ThriftJSONString into a .cpp file and remove this.
-#include <transport/TBufferTransports.h>
+#include <thrift/transport/TBufferTransports.h>
 
 namespace apache { namespace thrift {
 

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/protocol/TProtocol.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/protocol/TProtocol.h Fri Apr 13 09:12:31 2012
@@ -20,8 +20,8 @@
 #ifndef _THRIFT_PROTOCOL_TPROTOCOL_H_
 #define _THRIFT_PROTOCOL_TPROTOCOL_H_ 1
 
-#include <transport/TTransport.h>
-#include <protocol/TProtocolException.h>
+#include <thrift/transport/TTransport.h>
+#include <thrift/protocol/TProtocolException.h>
 
 #include <boost/shared_ptr.hpp>
 #include <boost/static_assert.hpp>

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolException.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TProtocolException.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolException.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolException.h&p1=thrift/trunk/lib/cpp/src/protocol/TProtocolException.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolTap.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TProtocolTap.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolTap.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolTap.h&p1=thrift/trunk/lib/cpp/src/protocol/TProtocolTap.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/protocol/TProtocolTap.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/protocol/TProtocolTap.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_PROTOCOL_TPROTOCOLTAP_H_
 #define _THRIFT_PROTOCOL_TPROTOCOLTAP_H_ 1
 
-#include <protocol/TVirtualProtocol.h>
+#include <thrift/protocol/TVirtualProtocol.h>
 
 namespace apache { namespace thrift { namespace protocol {
 

Copied: thrift/trunk/lib/cpp/src/thrift/protocol/TVirtualProtocol.h (from r1325048, thrift/trunk/lib/cpp/src/protocol/TVirtualProtocol.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/protocol/TVirtualProtocol.h?p2=thrift/trunk/lib/cpp/src/thrift/protocol/TVirtualProtocol.h&p1=thrift/trunk/lib/cpp/src/protocol/TVirtualProtocol.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/protocol/TVirtualProtocol.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/protocol/TVirtualProtocol.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_PROTOCOL_TVIRTUALPROTOCOL_H_
 #define _THRIFT_PROTOCOL_TVIRTUALPROTOCOL_H_ 1
 
-#include <protocol/TProtocol.h>
+#include <thrift/protocol/TProtocol.h>
 
 namespace apache { namespace thrift { namespace protocol {
 

Copied: thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp (from r1325048, thrift/trunk/lib/cpp/src/qt/TQIODeviceTransport.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp?p2=thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp&p1=thrift/trunk/lib/cpp/src/qt/TQIODeviceTransport.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/qt/TQIODeviceTransport.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp Fri Apr 13 09:12:31 2012
@@ -19,10 +19,10 @@
 
 #include "TQIODeviceTransport.h"
 
-#include <QAbstractSocket>
+#include <thrift/QAbstractSocket>
 #include <QIODevice>
 
-#include <transport/TBufferTransports.h>
+#include <thrift/transport/TBufferTransports.h>
 
 using boost::shared_ptr;
   

Copied: thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.h (from r1325048, thrift/trunk/lib/cpp/src/qt/TQIODeviceTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.h&p1=thrift/trunk/lib/cpp/src/qt/TQIODeviceTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/qt/TQIODeviceTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/qt/TQIODeviceTransport.h Fri Apr 13 09:12:31 2012
@@ -22,7 +22,7 @@
 
 #include <boost/shared_ptr.hpp>
 
-#include <transport/TVirtualTransport.h>
+#include <thrift/transport/TVirtualTransport.h>
 
 class QIODevice;
 

Copied: thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/qt/TQTcpServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.cpp&p1=thrift/trunk/lib/cpp/src/qt/TQTcpServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/qt/TQTcpServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.cpp Fri Apr 13 09:12:31 2012
@@ -24,8 +24,8 @@
 
 #include <tr1/functional>
 
-#include <protocol/TProtocol.h>
-#include <async/TAsyncProcessor.h>
+#include <thrift/protocol/TProtocol.h>
+#include <thrift/async/TAsyncProcessor.h>
 
 using boost::shared_ptr;
 using apache::thrift::protocol::TProtocol;

Copied: thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.h (from r1325048, thrift/trunk/lib/cpp/src/qt/TQTcpServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.h?p2=thrift/trunk/lib/cpp/src/thrift/qt/TQTcpServer.h&p1=thrift/trunk/lib/cpp/src/qt/TQTcpServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.cpp&p1=thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TNonblockingServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.cpp Fri Apr 13 09:12:31 2012
@@ -24,9 +24,9 @@
 #endif
 
 #include "TNonblockingServer.h"
-#include <concurrency/Exception.h>
-#include <transport/TSocket.h>
-#include <concurrency/PlatformThreadFactory.h>
+#include <thrift/concurrency/Exception.h>
+#include <thrift/transport/TSocket.h>
+#include <thrift/concurrency/PlatformThreadFactory.h>
 
 #include <iostream>
 

Copied: thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.h (from r1325048, thrift/trunk/lib/cpp/src/server/TNonblockingServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.h?p2=thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.h&p1=thrift/trunk/lib/cpp/src/server/TNonblockingServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TNonblockingServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TNonblockingServer.h Fri Apr 13 09:12:31 2012
@@ -20,15 +20,15 @@
 #ifndef _THRIFT_SERVER_TNONBLOCKINGSERVER_H_
 #define _THRIFT_SERVER_TNONBLOCKINGSERVER_H_ 1
 
-#include <Thrift.h>
-#include <server/TServer.h>
-#include <transport/TBufferTransports.h>
-#include <transport/TSocket.h>
-#include <concurrency/ThreadManager.h>
+#include <thrift/Thrift.h>
+#include <thrift/server/TServer.h>
+#include <thrift/transport/TBufferTransports.h>
+#include <thrift/transport/TSocket.h>
+#include <thrift/concurrency/ThreadManager.h>
 #include <climits>
-#include <concurrency/Thread.h>
-#include <concurrency/PlatformThreadFactory.h>
-#include <concurrency/Mutex.h>
+#include <thrift/concurrency/Thread.h>
+#include <thrift/concurrency/PlatformThreadFactory.h>
+#include <thrift/concurrency/Mutex.h>
 #include <stack>
 #include <vector>
 #include <string>

Copied: thrift/trunk/lib/cpp/src/thrift/server/TServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/server/TServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/server/TServer.cpp&p1=thrift/trunk/lib/cpp/src/server/TServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/server/TServer.h (from r1325048, thrift/trunk/lib/cpp/src/server/TServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TServer.h?p2=thrift/trunk/lib/cpp/src/thrift/server/TServer.h&p1=thrift/trunk/lib/cpp/src/server/TServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TServer.h Fri Apr 13 09:12:31 2012
@@ -20,10 +20,10 @@
 #ifndef _THRIFT_SERVER_TSERVER_H_
 #define _THRIFT_SERVER_TSERVER_H_ 1
 
-#include <TProcessor.h>
-#include <transport/TServerTransport.h>
-#include <protocol/TBinaryProtocol.h>
-#include <concurrency/Thread.h>
+#include <thrift/TProcessor.h>
+#include <thrift/transport/TServerTransport.h>
+#include <thrift/protocol/TBinaryProtocol.h>
+#include <thrift/concurrency/Thread.h>
 
 #include <boost/shared_ptr.hpp>
 

Copied: thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/server/TSimpleServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.cpp&p1=thrift/trunk/lib/cpp/src/server/TSimpleServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TSimpleServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.cpp Fri Apr 13 09:12:31 2012
@@ -17,8 +17,8 @@
  * under the License.
  */
 
-#include "server/TSimpleServer.h"
-#include "transport/TTransportException.h"
+#include <thrift/server/TSimpleServer.h>
+#include <thrift/transport/TTransportException.h>
 #include <string>
 #include <iostream>
 

Copied: thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.h (from r1325048, thrift/trunk/lib/cpp/src/server/TSimpleServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.h?p2=thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.h&p1=thrift/trunk/lib/cpp/src/server/TSimpleServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TSimpleServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TSimpleServer.h Fri Apr 13 09:12:31 2012
@@ -20,8 +20,8 @@
 #ifndef _THRIFT_SERVER_TSIMPLESERVER_H_
 #define _THRIFT_SERVER_TSIMPLESERVER_H_ 1
 
-#include "server/TServer.h"
-#include "transport/TServerTransport.h"
+#include <thrift/server/TServer.h>
+#include <thrift/transport/TServerTransport.h>
 
 namespace apache { namespace thrift { namespace server {
 

Copied: thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/server/TThreadPoolServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.cpp&p1=thrift/trunk/lib/cpp/src/server/TThreadPoolServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TThreadPoolServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.cpp Fri Apr 13 09:12:31 2012
@@ -21,10 +21,10 @@
 #include <config.h>
 #endif
 
-#include "server/TThreadPoolServer.h"
-#include "transport/TTransportException.h"
-#include "concurrency/Thread.h"
-#include "concurrency/ThreadManager.h"
+#include <thrift/server/TThreadPoolServer.h>
+#include <thrift/transport/TTransportException.h>
+#include <thrift/concurrency/Thread.h>
+#include <thrift/concurrency/ThreadManager.h>
 #include <string>
 #include <iostream>
 

Copied: thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.h (from r1325048, thrift/trunk/lib/cpp/src/server/TThreadPoolServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.h?p2=thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.h&p1=thrift/trunk/lib/cpp/src/server/TThreadPoolServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TThreadPoolServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TThreadPoolServer.h Fri Apr 13 09:12:31 2012
@@ -20,9 +20,9 @@
 #ifndef _THRIFT_SERVER_TTHREADPOOLSERVER_H_
 #define _THRIFT_SERVER_TTHREADPOOLSERVER_H_ 1
 
-#include <concurrency/ThreadManager.h>
-#include <server/TServer.h>
-#include <transport/TServerTransport.h>
+#include <thrift/concurrency/ThreadManager.h>
+#include <thrift/server/TServer.h>
+#include <thrift/transport/TServerTransport.h>
 
 #include <boost/shared_ptr.hpp>
 

Copied: thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/server/TThreadedServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.cpp&p1=thrift/trunk/lib/cpp/src/server/TThreadedServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TThreadedServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.cpp Fri Apr 13 09:12:31 2012
@@ -17,9 +17,9 @@
  * under the License.
  */
 
-#include "server/TThreadedServer.h"
-#include "transport/TTransportException.h"
-#include <concurrency/PlatformThreadFactory.h>
+#include <thrift/server/TThreadedServer.h>
+#include <thrift/transport/TTransportException.h>
+#include <thrift/concurrency/PlatformThreadFactory.h>
 
 #include <string>
 #include <iostream>

Copied: thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.h (from r1325048, thrift/trunk/lib/cpp/src/server/TThreadedServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.h?p2=thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.h&p1=thrift/trunk/lib/cpp/src/server/TThreadedServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/server/TThreadedServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/server/TThreadedServer.h Fri Apr 13 09:12:31 2012
@@ -20,10 +20,10 @@
 #ifndef _THRIFT_SERVER_TTHREADEDSERVER_H_
 #define _THRIFT_SERVER_TTHREADEDSERVER_H_ 1
 
-#include <server/TServer.h>
-#include <transport/TServerTransport.h>
-#include <concurrency/Monitor.h>
-#include <concurrency/Thread.h>
+#include <thrift/server/TServer.h>
+#include <thrift/transport/TServerTransport.h>
+#include <thrift/concurrency/Monitor.h>
+#include <thrift/concurrency/Thread.h>
 
 #include <boost/shared_ptr.hpp>
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TBufferTransports.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.cpp&p1=thrift/trunk/lib/cpp/src/transport/TBufferTransports.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TBufferTransports.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.cpp Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #include <cassert>
 #include <algorithm>
 
-#include <transport/TBufferTransports.h>
+#include <thrift/transport/TBufferTransports.h>
 
 using std::string;
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TBufferTransports.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.h&p1=thrift/trunk/lib/cpp/src/transport/TBufferTransports.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TBufferTransports.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TBufferTransports.h Fri Apr 13 09:12:31 2012
@@ -23,8 +23,8 @@
 #include <cstring>
 #include "boost/scoped_array.hpp"
 
-#include <transport/TTransport.h>
-#include <transport/TVirtualTransport.h>
+#include <thrift/transport/TTransport.h>
+#include <thrift/transport/TVirtualTransport.h>
 
 #ifdef __GNUC__
 #define TDB_LIKELY(val) (__builtin_expect((val), 1))

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TFDTransport.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.cpp&p1=thrift/trunk/lib/cpp/src/transport/TFDTransport.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TFDTransport.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.cpp Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #include <cerrno>
 #include <exception>
 
-#include <transport/TFDTransport.h>
+#include <thrift/transport/TFDTransport.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TFDTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TFDTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TFDTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TFileTransport.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.cpp&p1=thrift/trunk/lib/cpp/src/transport/TFileTransport.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TFileTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TFileTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TFileTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TFileTransport.h Fri Apr 13 09:12:31 2012
@@ -20,9 +20,9 @@
 #ifndef _THRIFT_TRANSPORT_TFILETRANSPORT_H_
 #define _THRIFT_TRANSPORT_TFILETRANSPORT_H_ 1
 
-#include "TTransport.h"
-#include "Thrift.h"
-#include "TProcessor.h"
+#include <thrift/transport/TTransport.h>
+#include <thrift/Thrift.h>
+#include <thrift/TProcessor.h>
 
 #include <string>
 #include <stdio.h>
@@ -38,8 +38,8 @@
 #include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
 
-#include "concurrency/Mutex.h"
-#include "concurrency/Monitor.h"
+#include <thrift/concurrency/Mutex.h>
+#include <thrift/concurrency/Monitor.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/THttpClient.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp&p1=thrift/trunk/lib/cpp/src/transport/THttpClient.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/THttpClient.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.cpp Fri Apr 13 09:12:31 2012
@@ -21,8 +21,8 @@
 #include <sstream>
 #include <boost/algorithm/string.hpp>
 
-#include <transport/THttpClient.h>
-#include <transport/TSocket.h>
+#include <thrift/transport/THttpClient.h>
+#include <thrift/transport/TSocket.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.h (from r1325048, thrift/trunk/lib/cpp/src/transport/THttpClient.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.h&p1=thrift/trunk/lib/cpp/src/transport/THttpClient.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/THttpClient.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpClient.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_TRANSPORT_THTTPCLIENT_H_
 #define _THRIFT_TRANSPORT_THTTPCLIENT_H_ 1
 
-#include <transport/THttpTransport.h>
+#include <thrift/transport/THttpTransport.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/THttpServer.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.cpp&p1=thrift/trunk/lib/cpp/src/transport/THttpServer.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/THttpServer.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.cpp Fri Apr 13 09:12:31 2012
@@ -21,8 +21,8 @@
 #include <sstream>
 #include <iostream>
 
-#include <transport/THttpServer.h>
-#include <transport/TSocket.h>
+#include <thrift/transport/THttpServer.h>
+#include <thrift/transport/TSocket.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.h (from r1325048, thrift/trunk/lib/cpp/src/transport/THttpServer.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.h&p1=thrift/trunk/lib/cpp/src/transport/THttpServer.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/THttpServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpServer.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_TRANSPORT_THTTPSERVER_H_
 #define _THRIFT_TRANSPORT_THTTPSERVER_H_ 1
 
-#include <transport/THttpTransport.h>
+#include <thrift/transport/THttpTransport.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/THttpTransport.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.cpp&p1=thrift/trunk/lib/cpp/src/transport/THttpTransport.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/THttpTransport.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.cpp Fri Apr 13 09:12:31 2012
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-#include <transport/THttpTransport.h>
+#include <thrift/transport/THttpTransport.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/THttpTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.h&p1=thrift/trunk/lib/cpp/src/transport/THttpTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/THttpTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/THttpTransport.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_TRANSPORT_THTTPTRANSPORT_H_
 #define _THRIFT_TRANSPORT_THTTPTRANSPORT_H_ 1
 
-#include <transport/TBufferTransports.h>
+#include <thrift/transport/TBufferTransports.h>
 #include "TVirtualTransport.h"
 
 namespace apache { namespace thrift { namespace transport {

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TSSLServerSocket.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp&p1=thrift/trunk/lib/cpp/src/transport/TSSLServerSocket.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSSLServerSocket.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TSSLServerSocket.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSSLServerSocket.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSSLServerSocket.h&p1=thrift/trunk/lib/cpp/src/transport/TSSLServerSocket.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TSSLSocket.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.cpp&p1=thrift/trunk/lib/cpp/src/transport/TSSLSocket.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TSSLSocket.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.cpp Fri Apr 13 09:12:31 2012
@@ -35,7 +35,7 @@
 #include <openssl/rand.h>
 #include <openssl/ssl.h>
 #include <openssl/x509v3.h>
-#include "concurrency/Mutex.h"
+#include <thrift/concurrency/Mutex.h>
 #include "TSSLSocket.h"
 
 #define OPENSSL_VERSION_NO_THREAD_ID 0x10000000L

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TSSLSocket.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.h&p1=thrift/trunk/lib/cpp/src/transport/TSSLSocket.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TSSLSocket.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TSSLSocket.h Fri Apr 13 09:12:31 2012
@@ -23,7 +23,7 @@
 #include <string>
 #include <boost/shared_ptr.hpp>
 #include <openssl/ssl.h>
-#include "concurrency/Mutex.h"
+#include <thrift/concurrency/Mutex.h>
 #include "TSocket.h"
 
 namespace apache { namespace thrift { namespace transport {

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TServerSocket.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TServerSocket.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TServerSocket.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TServerSocket.cpp&p1=thrift/trunk/lib/cpp/src/transport/TServerSocket.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TServerSocket.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TServerSocket.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TServerSocket.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TServerSocket.h&p1=thrift/trunk/lib/cpp/src/transport/TServerSocket.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TServerTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TServerTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TServerTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TServerTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TServerTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TShortReadTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TShortReadTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TShortReadTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TShortReadTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TShortReadTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TShortReadTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TShortReadTransport.h Fri Apr 13 09:12:31 2012
@@ -20,10 +20,10 @@
 #ifndef _THRIFT_TRANSPORT_TSHORTREADTRANSPORT_H_
 #define _THRIFT_TRANSPORT_TSHORTREADTRANSPORT_H_ 1
 
-#include <cstdlib>
+#include <thrift/cstdlib>
 
-#include <transport/TTransport.h>
-#include <transport/TVirtualTransport.h>
+#include <thrift/transport/TTransport.h>
+#include <thrift/transport/TVirtualTransport.h>
 
 namespace apache { namespace thrift { namespace transport { namespace test {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSimpleFileTransport.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TSimpleFileTransport.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSimpleFileTransport.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSimpleFileTransport.cpp&p1=thrift/trunk/lib/cpp/src/transport/TSimpleFileTransport.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSimpleFileTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TSimpleFileTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSimpleFileTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSimpleFileTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TSimpleFileTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSocket.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TSocket.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSocket.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSocket.cpp&p1=thrift/trunk/lib/cpp/src/transport/TSocket.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TSocket.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TSocket.cpp Fri Apr 13 09:12:31 2012
@@ -45,7 +45,7 @@
 #include <errno.h>
 #include <fcntl.h>
 
-#include "concurrency/Monitor.h"
+#include <thrift/concurrency/Monitor.h>
 #include "TSocket.h"
 #include "TTransportException.h"
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSocket.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TSocket.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSocket.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSocket.h&p1=thrift/trunk/lib/cpp/src/transport/TSocket.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TSocketPool.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp&p1=thrift/trunk/lib/cpp/src/transport/TSocketPool.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TSocketPool.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.h&p1=thrift/trunk/lib/cpp/src/transport/TSocketPool.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TTransport.h Fri Apr 13 09:12:31 2012
@@ -20,9 +20,9 @@
 #ifndef _THRIFT_TRANSPORT_TTRANSPORT_H_
 #define _THRIFT_TRANSPORT_TTRANSPORT_H_ 1
 
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 #include <boost/shared_ptr.hpp>
-#include <transport/TTransportException.h>
+#include <thrift/transport/TTransportException.h>
 #include <string>
 
 namespace apache { namespace thrift { namespace transport {

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TTransportException.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.cpp&p1=thrift/trunk/lib/cpp/src/transport/TTransportException.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TTransportException.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.cpp Fri Apr 13 09:12:31 2012
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-#include <transport/TTransportException.h>
+#include <thrift/transport/TTransportException.h>
 #include <boost/lexical_cast.hpp>
 #include <cstring>
 #include <config.h>

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TTransportException.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.h&p1=thrift/trunk/lib/cpp/src/transport/TTransportException.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TTransportException.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TTransportException.h Fri Apr 13 09:12:31 2012
@@ -21,7 +21,7 @@
 #define _THRIFT_TRANSPORT_TTRANSPORTEXCEPTION_H_ 1
 
 #include <string>
-#include <Thrift.h>
+#include <thrift/Thrift.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TTransportUtils.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.cpp&p1=thrift/trunk/lib/cpp/src/transport/TTransportUtils.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TTransportUtils.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.cpp Fri Apr 13 09:12:31 2012
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-#include <transport/TTransportUtils.h>
+#include <thrift/transport/TTransportUtils.h>
 
 using std::string;
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TTransportUtils.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.h&p1=thrift/trunk/lib/cpp/src/transport/TTransportUtils.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TTransportUtils.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TTransportUtils.h Fri Apr 13 09:12:31 2012
@@ -24,10 +24,10 @@
 #include <cstring>
 #include <string>
 #include <algorithm>
-#include <transport/TTransport.h>
+#include <thrift/transport/TTransport.h>
 // Include the buffered transports that used to be defined here.
-#include <transport/TBufferTransports.h>
-#include <transport/TFileTransport.h>
+#include <thrift/transport/TBufferTransports.h>
+#include <thrift/transport/TFileTransport.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TVirtualTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TVirtualTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TVirtualTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TVirtualTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TVirtualTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TVirtualTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TVirtualTransport.h Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #ifndef _THRIFT_TRANSPORT_TVIRTUALTRANSPORT_H_
 #define _THRIFT_TRANSPORT_TVIRTUALTRANSPORT_H_ 1
 
-#include <transport/TTransport.h>
+#include <thrift/transport/TTransport.h>
 
 namespace apache { namespace thrift { namespace transport {
 

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.cpp (from r1325048, thrift/trunk/lib/cpp/src/transport/TZlibTransport.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.cpp?p2=thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.cpp&p1=thrift/trunk/lib/cpp/src/transport/TZlibTransport.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TZlibTransport.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.cpp Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #include <cassert>
 #include <cstring>
 #include <algorithm>
-#include <transport/TZlibTransport.h>
+#include <thrift/transport/TZlibTransport.h>
 #include <zlib.h>
 
 using std::string;

Copied: thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.h (from r1325048, thrift/trunk/lib/cpp/src/transport/TZlibTransport.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.h?p2=thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.h&p1=thrift/trunk/lib/cpp/src/transport/TZlibTransport.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/transport/TZlibTransport.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TZlibTransport.h Fri Apr 13 09:12:31 2012
@@ -21,8 +21,8 @@
 #define _THRIFT_TRANSPORT_TZLIBTRANSPORT_H_ 1
 
 #include <boost/lexical_cast.hpp>
-#include <transport/TTransport.h>
-#include <transport/TVirtualTransport.h>
+#include <thrift/transport/TTransport.h>
+#include <thrift/transport/TVirtualTransport.h>
 
 struct z_stream_s;
 

Copied: thrift/trunk/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp (from r1325048, thrift/trunk/lib/cpp/src/windows/GetTimeOfDay.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp?p2=thrift/trunk/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp&p1=thrift/trunk/lib/cpp/src/windows/GetTimeOfDay.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/GetTimeOfDay.h (from r1325048, thrift/trunk/lib/cpp/src/windows/GetTimeOfDay.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/GetTimeOfDay.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/GetTimeOfDay.h&p1=thrift/trunk/lib/cpp/src/windows/GetTimeOfDay.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/Operators.h (from r1325048, thrift/trunk/lib/cpp/src/windows/Operators.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/Operators.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/Operators.h&p1=thrift/trunk/lib/cpp/src/windows/Operators.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/SocketPair.cpp (from r1325048, thrift/trunk/lib/cpp/src/windows/SocketPair.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/SocketPair.cpp?p2=thrift/trunk/lib/cpp/src/thrift/windows/SocketPair.cpp&p1=thrift/trunk/lib/cpp/src/windows/SocketPair.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/SocketPair.h (from r1325048, thrift/trunk/lib/cpp/src/windows/SocketPair.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/SocketPair.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/SocketPair.h&p1=thrift/trunk/lib/cpp/src/windows/SocketPair.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/StdAfx.cpp (from r1325048, thrift/trunk/lib/cpp/src/windows/StdAfx.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/StdAfx.cpp?p2=thrift/trunk/lib/cpp/src/thrift/windows/StdAfx.cpp&p1=thrift/trunk/lib/cpp/src/windows/StdAfx.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/StdAfx.h (from r1325048, thrift/trunk/lib/cpp/src/windows/StdAfx.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/StdAfx.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/StdAfx.h&p1=thrift/trunk/lib/cpp/src/windows/StdAfx.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/TWinsockSingleton.cpp (from r1325048, thrift/trunk/lib/cpp/src/windows/TWinsockSingleton.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/TWinsockSingleton.cpp?p2=thrift/trunk/lib/cpp/src/thrift/windows/TWinsockSingleton.cpp&p1=thrift/trunk/lib/cpp/src/windows/TWinsockSingleton.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/TWinsockSingleton.h (from r1325048, thrift/trunk/lib/cpp/src/windows/TWinsockSingleton.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/TWinsockSingleton.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/TWinsockSingleton.h&p1=thrift/trunk/lib/cpp/src/windows/TWinsockSingleton.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/TargetVersion.h (from r1325048, thrift/trunk/lib/cpp/src/windows/TargetVersion.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/TargetVersion.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/TargetVersion.h&p1=thrift/trunk/lib/cpp/src/windows/TargetVersion.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/WinFcntl.cpp (from r1325048, thrift/trunk/lib/cpp/src/windows/WinFcntl.cpp)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/WinFcntl.cpp?p2=thrift/trunk/lib/cpp/src/thrift/windows/WinFcntl.cpp&p1=thrift/trunk/lib/cpp/src/windows/WinFcntl.cpp&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/WinFcntl.h (from r1325048, thrift/trunk/lib/cpp/src/windows/WinFcntl.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/WinFcntl.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/WinFcntl.h&p1=thrift/trunk/lib/cpp/src/windows/WinFcntl.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/config.h (from r1325048, thrift/trunk/lib/cpp/src/windows/config.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/config.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/config.h&p1=thrift/trunk/lib/cpp/src/windows/config.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Copied: thrift/trunk/lib/cpp/src/thrift/windows/force_inc.h (from r1325048, thrift/trunk/lib/cpp/src/windows/force_inc.h)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/force_inc.h?p2=thrift/trunk/lib/cpp/src/thrift/windows/force_inc.h&p1=thrift/trunk/lib/cpp/src/windows/force_inc.h&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/windows/force_inc.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/windows/force_inc.h Fri Apr 13 09:12:31 2012
@@ -42,7 +42,7 @@
 #  define _WIN32_WINNT 0x0601
 #endif
 
-#include "windows/config.h"
+#include <thrift/windows/config.h>
 
 #undef gai_strerror
 #define gai_strerror gai_strerrorA

Copied: thrift/trunk/lib/cpp/src/thrift/windows/tr1/functional (from r1325048, thrift/trunk/lib/cpp/src/windows/tr1/functional)
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/windows/tr1/functional?p2=thrift/trunk/lib/cpp/src/thrift/windows/tr1/functional&p1=thrift/trunk/lib/cpp/src/windows/tr1/functional&r1=1325048&r2=1325674&rev=1325674&view=diff
==============================================================================
    (empty)

Modified: thrift/trunk/lib/cpp/test/AllProtocolTests.cpp
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/AllProtocolTests.cpp?rev=1325674&r1=1325673&r2=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/AllProtocolTests.cpp (original)
+++ thrift/trunk/lib/cpp/test/AllProtocolTests.cpp Fri Apr 13 09:12:31 2012
@@ -19,9 +19,9 @@
 
 #include <stdio.h>
 
-#include <protocol/TBinaryProtocol.h>
-#include <protocol/TCompactProtocol.h>
-#include <transport/TBufferTransports.h>
+#include <thrift/protocol/TBinaryProtocol.h>
+#include <thrift/protocol/TCompactProtocol.h>
+#include <thrift/transport/TBufferTransports.h>
 #include "AllProtocolTests.tcc"
 
 using namespace apache::thrift;

Modified: thrift/trunk/lib/cpp/test/AllProtocolTests.tcc
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/AllProtocolTests.tcc?rev=1325674&r1=1325673&r2=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/AllProtocolTests.tcc (original)
+++ thrift/trunk/lib/cpp/test/AllProtocolTests.tcc Fri Apr 13 09:12:31 2012
@@ -20,11 +20,11 @@
 #ifndef _THRIFT_TEST_GENERICPROTOCOLTEST_TCC_
 #define _THRIFT_TEST_GENERICPROTOCOLTEST_TCC_ 1
 
-#include <limits>
+#include <thrift/limits>
 
-#include <protocol/TBinaryProtocol.h>
-#include <transport/TBufferTransports.h>
-#include <Thrift.h>
+#include <thrift/protocol/TBinaryProtocol.h>
+#include <thrift/transport/TBufferTransports.h>
+#include <thrift/Thrift.h>
 
 #include "GenericHelpers.h"
 

Modified: thrift/trunk/lib/cpp/test/Benchmark.cpp
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/Benchmark.cpp?rev=1325674&r1=1325673&r2=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/Benchmark.cpp (original)
+++ thrift/trunk/lib/cpp/test/Benchmark.cpp Fri Apr 13 09:12:31 2012
@@ -22,8 +22,8 @@
 #endif
 #include <iostream>
 #include <cmath>
-#include "transport/TBufferTransports.h"
-#include "protocol/TBinaryProtocol.h"
+#include "thrift/transport/TBufferTransports.h"
+#include "thrift/protocol/TBinaryProtocol.h"
 #include "gen-cpp/DebugProtoTest_types.h"
 #include <time.h>
 #ifdef HAVE_SYS_TIME_H

Modified: thrift/trunk/lib/cpp/test/DebugProtoTest.cpp
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/DebugProtoTest.cpp?rev=1325674&r1=1325673&r2=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/DebugProtoTest.cpp (original)
+++ thrift/trunk/lib/cpp/test/DebugProtoTest.cpp Fri Apr 13 09:12:31 2012
@@ -20,7 +20,7 @@
 #include <iostream>
 #include <cmath>
 #include "gen-cpp/DebugProtoTest_types.h"
-#include <protocol/TDebugProtocol.h>
+#include <thrift/protocol/TDebugProtocol.h>
 
 int main() {
   using std::cout;

Modified: thrift/trunk/lib/cpp/test/DenseProtoTest.cpp
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/DenseProtoTest.cpp?rev=1325674&r1=1325673&r2=1325674&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/DenseProtoTest.cpp (original)
+++ thrift/trunk/lib/cpp/test/DenseProtoTest.cpp Fri Apr 13 09:12:31 2012
@@ -39,8 +39,8 @@ g++ -Wall -g -I../lib/cpp/src -I/usr/loc
 #include <string>
 #include "gen-cpp/DebugProtoTest_types.h"
 #include "gen-cpp/OptionalRequiredTest_types.h"
-#include <protocol/TDenseProtocol.h>
-#include <transport/TBufferTransports.h>
+#include <thrift/protocol/TDenseProtocol.h>
+#include <thrift/transport/TBufferTransports.h>
 
 
 // Can't use memcmp here.  GCC is too smart.