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

TimeProducerPort.h

00001 #ifndef __TIMEPRODUCERPORT_H__
00002 #define __TIMEPRODUCERPORT_H__
00003 
00004 namespace gov {
00005   namespace cca {
00006 
00007 
00009 class TimeProducerPort : public virtual Port {
00010  public:
00012   virtual ~TimeProducerPort(){}
00014   virtual CFREE char* getTime() = 0;
00015 };
00016 
00017   } ENDSEMI // cca
00018 } ENDSEMI //gov
00019 
00020 
00021 #endif //__TIMEPRODUCERPORT_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