#include <testSupplier.h>
Public Member Functions | |
TestSupplier (const char *channelName) | |
void | publishEvent (const char *someData) |
Protected Member Functions | |
virtual const char * | getChannelKind () |
virtual const char * | getEventType () |
virtual | ~TestSupplier () |
TestSupplier::TestSupplier | ( | const char * | channelName | ) | [inline] |
virtual TestSupplier::~TestSupplier | ( | ) | [inline, protected, virtual] |
virtual const char* TestSupplier::getChannelKind | ( | ) | [inline, protected, virtual] |
Overridden.
Implements BaseHelper.
virtual const char* TestSupplier::getEventType | ( | ) | [inline, protected, virtual] |
This method returns a constant character pointer to the type of event.
Implements BaseSupplier.
void TestSupplier::publishEvent | ( | const char * | someData | ) | [inline] |
References BaseSupplier::populateHeader().