NEOCCA bindings Specification  0.2.8
StringConsumerPort.hh
Go to the documentation of this file.
00001 #ifndef __neoSTRINGCONSUMERPORT_H__
00002 #define __neoSTRINGCONSUMERPORT_H__
00003 
00004 
00005 namespace neo {
00006 namespace cca {
00007 namespace ports {
00008 
00014 class StringConsumerPort : public virtual ::neo::cca::Port {
00015 private:
00016 public:
00017         
00019   virtual ~StringConsumerPort(){}
00020 
00022   virtual void setString(const std::string & s)= 0;
00023 };
00024 
00025 
00026 }  // end namespace ports
00027 }  // end namespace cca
00028 }  // end namespace neo
00029 
00030 #endif // __neoSTRINGCONSUMERPORT_H__