/*******************************************************************************
* TmsEventServerList.h TMS List of Event Servers
* T.Barnaby, BEAM Ltd, 2007-04-19
*******************************************************************************
*/
#ifndef TmsEventServerList_H
#define TmsEventServerList_H 1
#include <TmsD.h>
#include <TmsC.h>
namespace Tms {
class TmsEventServerList {
public:
TmsEventServerList();
~TmsEventServerList();
BError append(BString name);
BError del(BString name);
// Event Sending functions