00001 #ifndef __GOPORT_H__
00002 #define __GOPORT_H__
00003
00004 namespace gov {
00005 namespace cca {
00006
00010 class GoPort : public virtual Port {
00011
00012 public:
00013
00015 virtual ~GoPort(){}
00016
00026 virtual int go() = 0;
00027 };
00028
00029
00030 } ENDSEMI
00031 } ENDSEMI
00032
00033
00034 #endif //__GOPORT_H__
1.2.14 written by Dimitri van Heesch,
© 1997-2002