summaryrefslogtreecommitdiff
path: root/qpid/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
commit42650546ce3239e5de9e3c7335c89326012c2b93 (patch)
tree8c46acc429d4c914c7dba8dc26e705a70c620db4 /qpid/cpp/examples/qmf-agent/example.cpp
parentad34b9a1fb8888729582fe5ea959fc490c6a35af (diff)
downloadqpid-python-42650546ce3239e5de9e3c7335c89326012c2b93.tar.gz
Cleaned up qmf agent example code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@697236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-agent/example.cpp')
-rw-r--r--qpid/cpp/examples/qmf-agent/example.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/examples/qmf-agent/example.cpp b/qpid/cpp/examples/qmf-agent/example.cpp
index 2087ee0811..7c514b1010 100644
--- a/qpid/cpp/examples/qmf-agent/example.cpp
+++ b/qpid/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>