#include <EmptyMediators.h>
TSP-enforcing: No
Definition at line 23 of file EmptyMediators.h.
Public Member Functions | |
CPKIFEmptyMediator () | |
~CPKIFEmptyMediator () | |
void | InitializeMediator (std::vector< CPKIFException * > *errorInfo=NULL) |
void | AddColleague (IPKIFColleague *module, bool transferOwnership=true) |
CPKIFEmptyMediator::CPKIFEmptyMediator | ( | ) | [inline] |
Interface: External
This function is the default constructor for CPKIFEmptyMediator objects.
Definition at line 33 of file EmptyMediators.h.
CPKIFEmptyMediator::~CPKIFEmptyMediator | ( | ) | [inline] |
Interface: External
This function is the default destructor for CPKIFEmptyMediator objects.
Definition at line 41 of file EmptyMediators.h.
void CPKIFEmptyMediator::InitializeMediator | ( | std::vector< CPKIFException * > * | errorInfo = NULL |
) | [inline, virtual] |
Interface: External
This function has an empty implementation. It simply fulfills the interface requirements of IPKIFMediator. Like the CPKIFEmptyMediator class itself, this function provides no runtime functionality.
errorInfo | [in] Pointer to a vector of pointers to CPKIFException objects |
Reimplemented from IPKIFColleague.
Definition at line 50 of file EmptyMediators.h.
void CPKIFEmptyMediator::AddColleague | ( | IPKIFColleague * | module, | |
bool | transferOwnership = true | |||
) | [inline] |
Interface: External
This function has an empty implementation. It simply fulfills the interface requirements of IPKIFMediator. Like the CPKIFEmptyMediator class itself, this function provides no runtime functionality.
module | [in] Pointer to an IPKIFColleague object |
transferOwnership | [in] Boolean value |
Definition at line 62 of file EmptyMediators.h.