From e9256dc65a9f9a05e0f802039a6569f8f6824930 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 11 Aug 2009 15:27:08 +0000 Subject: 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 --- cpp/src/qmf/Agent.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/qmf/Agent.cpp') 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; } -- cgit v1.2.1