From dc6068ce7a6bd0d9467886b44cd6252ba491e615 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 28 Aug 2009 22:03:26 +0000 Subject: Major work in the QMF engine. - The console framework now establishes connectivity with the broker. - The Ruby binding for console is tracking the engine development. - Overall improvements (thread safety in Ruby, etc.) have been added. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@809042 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qmf/AgentEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qmf/AgentEngine.h') diff --git a/cpp/src/qmf/AgentEngine.h b/cpp/src/qmf/AgentEngine.h index d18a104e96..bbfbada80c 100644 --- a/cpp/src/qmf/AgentEngine.h +++ b/cpp/src/qmf/AgentEngine.h @@ -101,7 +101,7 @@ namespace qmf { *@param item The Message structure describing the message to be produced. *@return true if the Message is valid, false if there are no messages to send. */ - bool getXmtMessage(Message& item); + bool getXmtMessage(Message& item) const; /** * Remove and discard one message from the head of the transmit queue. @@ -113,7 +113,7 @@ namespace qmf { *@param event The event iff the return value is true *@return true if event is valid, false if there are no events to process */ - bool getEvent(AgentEvent& event); + bool getEvent(AgentEvent& event) const; /** * Remove and discard one event from the head of the event queue. -- cgit v1.2.1