summaryrefslogtreecommitdiff
path: root/cpp/examples/qmf-agent/example.cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-09-19 20:52:50 +0000
committerTed Ross <tross@apache.org>2008-09-19 20:52:50 +0000
commit88e386e9130caecb9a095dd0362dbeff89828adc (patch)
tree346290c682ec1f94c3f7596a553a5d0c0c3a310a /cpp/examples/qmf-agent/example.cpp
parent9a6c8727f04095d22a882015d1a4264e2029c3e6 (diff)
downloadqpid-python-88e386e9130caecb9a095dd0362dbeff89828adc.tar.gz
Cleaned up qmf agent example code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@697236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/qmf-agent/example.cpp')
-rw-r--r--cpp/examples/qmf-agent/example.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/examples/qmf-agent/example.cpp b/cpp/examples/qmf-agent/example.cpp
index 2087ee0811..7c514b1010 100644
--- a/cpp/examples/qmf-agent/example.cpp
+++ b/cpp/examples/qmf-agent/example.cpp
@@ -23,10 +23,10 @@
#include <qpid/management/ManagementObject.h>
#include <qpid/agent/ManagementAgent.h>
#include <qpid/sys/Mutex.h>
-#include "Parent.h"
-#include "Child.h"
-#include "ArgsParentCreate_child.h"
-#include "Package.h"
+#include "qmf/org/apache/qpid/agent/example/Parent.h"
+#include "qmf/org/apache/qpid/agent/example/Child.h"
+#include "qmf/org/apache/qpid/agent/example/ArgsParentCreate_child.h"
+#include "qmf/org/apache/qpid/agent/example/Package.h"
#include <unistd.h>
#include <cstdlib>