'Classic' CCA c++ binding (ccaffeine-only)
0.5.7
|
00001 #ifndef __GOPORT_H__ 00002 #define __GOPORT_H__ 00003 00004 00005 namespace classic { 00006 00007 namespace gov { 00008 namespace cca { 00009 00013 class GoPort : public virtual Port { 00014 00015 public: 00016 00018 virtual ~GoPort(){} 00019 00029 virtual int go() CLASSIC_CCA_PURE; 00030 }; 00031 00032 00033 } ENDSEMI 00034 } ENDSEMI 00035 } ENDSEMI // end namespace classic 00036 00037 00038 #endif //__GOPORT_H__