You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2007/03/30 00:11:13 UTC

svn commit: r523848 - /incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/

Author: astitcher
Date: Thu Mar 29 15:11:11 2007
New Revision: 523848

URL: http://svn.apache.org/viewvc?view=rev&rev=523848
Log:
More changes preparatory to changing all #include lines

Modified:
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.cpp.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.h.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_HighestVersion.h.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.cpp.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl
    incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl Thu Mar 29 15:11:11 2007
@@ -31,7 +31,7 @@
 
 #include <sstream>
 
-#include "ProtocolVersion.h"
+#include "../lib/common/framing/ProtocolVersion.h"
 
 namespace qpid {
 namespace framing {

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.cpp.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.cpp.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.cpp.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.cpp.tmpl Thu Mar 29 15:11:11 2007
@@ -27,8 +27,8 @@
  */
 #include <sstream>
 #include "AMQP_ClientProxy.h"
-#include "framing/ChannelAdapter.h"
-#include "framing/amqp_types_full.h"
+#include "../lib/common/framing/ChannelAdapter.h"
+#include "../lib/common/framing/amqp_types_full.h"
 
 %{MLIST} ${cpc_method_body_include}
 

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ClientProxy.h.tmpl Thu Mar 29 15:11:11 2007
@@ -29,7 +29,7 @@
 #ifndef qpid_framing_AMQP_ClientProxy__
 #define qpid_framing_AMQP_ClientProxy__
 
-#include "framing/Proxy.h"
+#include "../lib/common/framing/Proxy.h"
 
 namespace qpid {
 namespace framing {

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_HighestVersion.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_HighestVersion.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_HighestVersion.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_HighestVersion.h.tmpl Thu Mar 29 15:11:11 2007
@@ -28,7 +28,7 @@
 #ifndef qpid_framing_highestProtocolVersion__
 #define qpid_framing_highestProtocolVersion__
 
-#include <ProtocolVersion.h>
+#include "../lib/common/framing/ProtocolVersion.h"
 
 
 namespace qpid {

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.cpp.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.cpp.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.cpp.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.cpp.tmpl Thu Mar 29 15:11:11 2007
@@ -27,7 +27,7 @@
  */
 
 #include <sstream>
-#include "framing/ProtocolVersionException.h"
+#include "../lib/common/framing/ProtocolVersionException.h"
 #include "AMQP_MethodVersionMap.h"
 
 namespace qpid

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl Thu Mar 29 15:11:11 2007
@@ -30,7 +30,7 @@
 #define qpid_framing_AMQP_MethodVersionMap__
 
 #include <map>
-#include <AMQMethodBody.h>
+#include "../lib/common/framing/AMQMethodBody.h"
 
 %{MLIST} ${mc_method_body_include}
 

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl Thu Mar 29 15:11:11 2007
@@ -29,7 +29,7 @@
 #ifndef qpid_framing_AMQP_ServerOperations__
 #define qpid_framing_AMQP_ServerOperations__
 
-#include "ProtocolVersion.h"
+#include "../lib/common/framing/ProtocolVersion.h"
 
 namespace qpid {
 namespace framing {

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl Thu Mar 29 15:11:11 2007
@@ -28,8 +28,8 @@
 
 #include <sstream>
 #include "AMQP_ServerProxy.h"
-#include "framing/ChannelAdapter.h"
-#include "framing/amqp_types_full.h"
+#include "../lib/common/framing/ChannelAdapter.h"
+#include "../lib/common/framing/amqp_types_full.h"
 
 %{MLIST} ${spc_method_body_include}
 

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl Thu Mar 29 15:11:11 2007
@@ -29,7 +29,7 @@
 #ifndef qpid_framing_AMQP_ServerProxy__
 #define qpid_framing_AMQP_ServerProxy__
 
-#include "framing/Proxy.h"
+#include "../lib/common/framing/Proxy.h"
 
 namespace qpid {
 namespace framing {

Modified: incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl?view=diff&rev=523848&r1=523847&r2=523848
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl (original)
+++ incubator/qpid/trunk/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl Thu Mar 29 15:11:11 2007
@@ -32,11 +32,11 @@
 #include <string>
 #include <sstream>
 
-#include <amqp_types.h>
-#include <${mb_base_class}.h>
-#include <Buffer.h>
-#include <FieldTable.h>
-#include <FramingContent.h>
+#include "../lib/common/framing/amqp_types.h"
+#include "${mb_base_class}.h"
+#include "../lib/common/framing/Buffer.h"
+#include "../lib/common/framing/FieldTable.h"
+#include "../lib/common/framing/FramingContent.h"
 
 namespace qpid
 {