#include <CXEVCommunication.h>
Public Member Functions | |
CXEVCommunication (CCommunicationHandler *inHandler) | |
constructor. | |
virtual bool | startVisit (const CXMLElement &inVisited) |
actually carrying out the visit | |
virtual void | endVisit (const CXMLElement &inVisited) |
actually carrying out the visit | |
Protected Attributes | |
string | mSessionID |
the session in which this message is sent | |
CCommunicationHandler * | mHandler |
CCommunicationHandler which will build the response from our calls. |
CXEVCommunication::CXEVCommunication | ( | CCommunicationHandler * | inHandler | ) |
constructor.
When traversing the tree we need to call member functions of the communication handler with subtrees of the tree we traverse.