1#ifndef __SIMPLESTAMPSTRING_H__
2#define __SIMPLESTAMPSTRING_H__
Component object model that all Components must implement.
Definition cca.h:234
The handle through which the component communicates with its containing framework.
Definition cca.h:142
An example port for a standard interface for passing a string to a component.
Definition eg/ccaComponent/StringConsumerPort.h:17
An example component that takes an input string and stamps it with a time string, then puts it on out...
Definition SimpleStamper.h:17
SimpleStamper()
Spec required null constructor.
virtual void setString(const char *s)
Implements StringConsumerPort.
::classic::gov::cca::Services * svc
holding on to the svc from setServices, to answer setSTring with.
Definition SimpleStamper.h:35
virtual ~SimpleStamper()
required virtualness on destructor.
virtual void setServices(::classic::gov::cca::Services *svc)
Implements classic::gov::cca::Component.
To deal with babel taking over this same namespace we name this one "classic.
Definition SimpleStamper.h:7