1#ifndef __TIMEPRODUCERPORT_H__
2#define __TIMEPRODUCERPORT_H__
12class TimeProducerPort :
public virtual Port {
17 virtual CFREE
char*
getTime() CLASSIC_CCA_PURE;
virtual ~TimeProducerPort()
obligatory vdtor
Definition include/ports/TimeProducerPort.h:15
virtual CFREE char * getTime() CLASSIC_CCA_PURE
Produce the time as a string.
To deal with babel taking over this same namespace we name this one "classic.
Definition SimpleStamper.h:7