Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SimpleStamper.h

00001 #ifndef __SIMPLESTAMPSTRING_H__
00002 #define __SIMPLESTAMPSTRING_H__
00003 
00004 namespace gov {
00005   namespace cca {
00006     namespace eg {
00007 
00008 
00011 class SimpleStamper: public virtual ::gov::cca::Component, 
00012                    public virtual ::gov::cca::StringConsumerPort {
00013                    
00014 public:
00015 
00017   SimpleStamper();
00018 
00020   virtual ~SimpleStamper();
00021 
00023   virtual void setServices( ::gov::cca::Services *svc);
00024 
00026   virtual void setString(const char* s);
00027 
00028 private:
00029   ::gov::cca::Services* svc;
00030 };
00031 
00032     } ENDSEMI // eg
00033   } ENDSEMI // cca
00034 } ENDSEMI //gov
00035 
00036 #endif // __SIMPLESTAMPSTRING_H__

Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002