'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
include/ports/TimeProducerPort.h
1#ifndef __TIMEPRODUCERPORT_H__
2#define __TIMEPRODUCERPORT_H__
3
4
5namespace classic {
6
7namespace gov {
8 namespace cca {
9
10
12class TimeProducerPort : public virtual Port {
13 public:
17 virtual CFREE char* getTime() CLASSIC_CCA_PURE;
18};
19
20 } ENDSEMI // cca
21} ENDSEMI //gov
22} ENDSEMI //CLASSIC
23
24
25#endif //__TIMEPRODUCERPORT_H__
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