From c7b58ba05104496a96cce3c7acd035253fd89f79 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 14 Jul 2009 14:32:39 +0000 Subject: Add directory to #include git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793909 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qmf/Agent.cpp | 16 ++++++++-------- cpp/src/qmf/MessageImpl.cpp | 2 +- cpp/src/qmf/MessageImpl.h | 2 +- cpp/src/qmf/ObjectIdImpl.cpp | 2 +- cpp/src/qmf/ObjectImpl.cpp | 4 ++-- cpp/src/qmf/QueryImpl.cpp | 2 +- cpp/src/qmf/ResilientConnection.cpp | 4 ++-- cpp/src/qmf/SchemaImpl.cpp | 2 +- cpp/src/qmf/SchemaImpl.h | 2 +- cpp/src/qmf/ValueImpl.cpp | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) (limited to 'cpp/src/qmf') diff --git a/cpp/src/qmf/Agent.cpp b/cpp/src/qmf/Agent.cpp index e4aeca8a84..64d34f7ecd 100644 --- a/cpp/src/qmf/Agent.cpp +++ b/cpp/src/qmf/Agent.cpp @@ -17,14 +17,14 @@ * under the License. */ -#include "Agent.h" -#include "MessageImpl.h" -#include "SchemaImpl.h" -#include "Typecode.h" -#include "ObjectImpl.h" -#include "ObjectIdImpl.h" -#include "QueryImpl.h" -#include "ValueImpl.h" +#include "qmf/Agent.h" +#include "qmf/MessageImpl.h" +#include "qmf/SchemaImpl.h" +#include "qmf/Typecode.h" +#include "qmf/ObjectImpl.h" +#include "qmf/ObjectIdImpl.h" +#include "qmf/QueryImpl.h" +#include "qmf/ValueImpl.h" #include #include #include diff --git a/cpp/src/qmf/MessageImpl.cpp b/cpp/src/qmf/MessageImpl.cpp index 0f3dd7caaf..f2625c7202 100644 --- a/cpp/src/qmf/MessageImpl.cpp +++ b/cpp/src/qmf/MessageImpl.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include "MessageImpl.h" +#include "qmf/MessageImpl.h" #include using namespace std; diff --git a/cpp/src/qmf/MessageImpl.h b/cpp/src/qmf/MessageImpl.h index 618e2c1940..137f435699 100644 --- a/cpp/src/qmf/MessageImpl.h +++ b/cpp/src/qmf/MessageImpl.h @@ -20,7 +20,7 @@ * under the License. */ -#include "Message.h" +#include "qmf/Message.h" #include #include diff --git a/cpp/src/qmf/ObjectIdImpl.cpp b/cpp/src/qmf/ObjectIdImpl.cpp index 83fd6cc34f..efa8e7119b 100644 --- a/cpp/src/qmf/ObjectIdImpl.cpp +++ b/cpp/src/qmf/ObjectIdImpl.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include "ObjectIdImpl.h" +#include "qmf/ObjectIdImpl.h" #include using namespace std; diff --git a/cpp/src/qmf/ObjectImpl.cpp b/cpp/src/qmf/ObjectImpl.cpp index d00dd89b3d..d3882935e4 100644 --- a/cpp/src/qmf/ObjectImpl.cpp +++ b/cpp/src/qmf/ObjectImpl.cpp @@ -17,8 +17,8 @@ * under the License. */ -#include "ObjectImpl.h" -#include "ValueImpl.h" +#include "qmf/ObjectImpl.h" +#include "qmf/ValueImpl.h" #include using namespace std; diff --git a/cpp/src/qmf/QueryImpl.cpp b/cpp/src/qmf/QueryImpl.cpp index f74d9238ae..7e827796bb 100644 --- a/cpp/src/qmf/QueryImpl.cpp +++ b/cpp/src/qmf/QueryImpl.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include "QueryImpl.h" +#include "qmf/QueryImpl.h" using namespace std; using namespace qmf; diff --git a/cpp/src/qmf/ResilientConnection.cpp b/cpp/src/qmf/ResilientConnection.cpp index 3a32d11df4..66d76266ce 100644 --- a/cpp/src/qmf/ResilientConnection.cpp +++ b/cpp/src/qmf/ResilientConnection.cpp @@ -17,8 +17,8 @@ * under the License. */ -#include "ResilientConnection.h" -#include "MessageImpl.h" +#include "qmf/ResilientConnection.h" +#include "qmf/MessageImpl.h" #include #include #include diff --git a/cpp/src/qmf/SchemaImpl.cpp b/cpp/src/qmf/SchemaImpl.cpp index 716c4db4f0..665c94f2a1 100644 --- a/cpp/src/qmf/SchemaImpl.cpp +++ b/cpp/src/qmf/SchemaImpl.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include "SchemaImpl.h" +#include "qmf/SchemaImpl.h" #include #include #include diff --git a/cpp/src/qmf/SchemaImpl.h b/cpp/src/qmf/SchemaImpl.h index fbc156c538..2c30a8851f 100644 --- a/cpp/src/qmf/SchemaImpl.h +++ b/cpp/src/qmf/SchemaImpl.h @@ -20,7 +20,7 @@ * under the License. */ -#include "Schema.h" +#include "qmf/Schema.h" #include #include #include diff --git a/cpp/src/qmf/ValueImpl.cpp b/cpp/src/qmf/ValueImpl.cpp index 538255ea20..f42c85eb33 100644 --- a/cpp/src/qmf/ValueImpl.cpp +++ b/cpp/src/qmf/ValueImpl.cpp @@ -17,7 +17,7 @@ * under the License. */ -#include "ValueImpl.h" +#include "qmf/ValueImpl.h" #include using namespace std; -- cgit v1.2.1