CCAFFEINE
0.8.8
|
00001 #ifndef dc_fwk_kernelport_h_seen 00002 #define dc_fwk_kernelport_h_seen 00003 00025 class KernelPort : public virtual ::ccafeopq::Port, public virtual ::ccafeopq::support::Port 00026 { 00027 private: 00028 int kernel_num; 00029 static int kernel_nextNum; 00030 00031 public: 00032 KernelPort(); 00033 00034 virtual ~KernelPort(); 00035 00036 virtual void initKernel(); 00037 }; 00038 #endif // dc_fwk_kernelport_h_seen