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

StringConsumerPort.h

00001 #ifndef __STRINGCONSUMERPORT_H__
00002 #define __STRINGCONSUMERPORT_H__
00003 
00004 
00005 namespace gov {
00006   namespace cca {
00007 
00014 class StringConsumerPort : public virtual Port {
00015  public:
00017   virtual ~StringConsumerPort(){}
00018 
00020   virtual void setString(const char* s) = 0;
00021 };
00022 
00023 
00024   } ENDSEMI // cca
00025 } ENDSEMI //gov
00026 
00027 
00028 #endif // __STRINGCONSUMERPORT_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