NEOCCA bindings Specification  0.2.8
Port.hh
Go to the documentation of this file.
00001 #ifndef __NEO_Port_hh_seen
00002 #define __NEO_Port_hh_seen
00003 namespace neo {
00004 namespace cca {
00005 
00017 class Port 
00018 {
00019 public:
00020   
00022   virtual ~Port (){}
00023 };
00024 
00025 }  // end namespace cca
00026 }  // end namespace neo
00027 
00028 #endif // __NEO_Port_hh_seen