diff options
author | Ted Ross <tross@apache.org> | 2009-08-11 15:27:08 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-08-11 15:27:08 +0000 |
commit | e9256dc65a9f9a05e0f802039a6569f8f6824930 (patch) | |
tree | 363ed5b1271af49faae9fd5a6c2ecc1325c304f3 /cpp/src | |
parent | ba9a0311f80e2d65711f490534a2a3d1854637ee (diff) | |
download | qpid-python-e9256dc65a9f9a05e0f802039a6569f8f6824930.tar.gz |
Cleaned up the makefiles in the QMF bindings area.
Added tests for the QMF bindings.
Removed spurious "cout" prints from qmf/Agent.cpp
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qmf/Agent.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qmf/Agent.cpp b/cpp/src/qmf/Agent.cpp index 64d34f7ecd..6d59ae2750 100644 --- a/cpp/src/qmf/Agent.cpp +++ b/cpp/src/qmf/Agent.cpp @@ -239,7 +239,6 @@ AgentImpl::AgentImpl(char* _label, bool i) : AgentImpl::~AgentImpl() { - cout << "AgentImpl::~AgentImpl" << endl; } void AgentImpl::setStoreDir(char* path) @@ -859,7 +858,6 @@ Agent::Agent(char* label, bool internalStore) Agent::~Agent() { - cout << "Agent::~Agent" << endl; delete impl; } |