26 #ifndef _CXEVCOMMUNICATION 27 #define _CXEVCOMMUNICATION 28 #include "libMRML/include/uses-declarations.h" 31 #include "libMRML/include/CXMLElementVisitor.h" CCommunicationHandler * mHandler
CCommunicationHandler which will build the response from our calls.
Definition: CXEVCommunication.h:51
This class is designed for visiting XML document trees.
Definition: CXMLElementVisitor.h:35
virtual void endVisit(const CXMLElement &inVisited)
actually carrying out the visit
This class captures the structure of an XML element.
Definition: CXMLElement.h:51
CXEVCommunication(CCommunicationHandler *inHandler)
constructor.
A visitor visiting document trees built from the communication.
Definition: CXEVCommunication.h:41
a helper class for use with expat, which also handles the socket stuff.
Definition: CCommunicationHandler.h:54
string mSessionID
the session in which this message is sent
Definition: CXEVCommunication.h:47
virtual bool startVisit(const CXMLElement &inVisited)
actually carrying out the visit