diff options
author | Ted Ross <tross@apache.org> | 2008-09-19 20:52:50 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2008-09-19 20:52:50 +0000 |
commit | 42650546ce3239e5de9e3c7335c89326012c2b93 (patch) | |
tree | 8c46acc429d4c914c7dba8dc26e705a70c620db4 /qpid/cpp/examples/qmf-agent/example.cpp | |
parent | ad34b9a1fb8888729582fe5ea959fc490c6a35af (diff) | |
download | qpid-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.cpp | 8 |
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> |