NEOCCA bindings Specification
0.2.8
|
00001 #ifndef __neo_ComponentRelease_hh_seen 00002 #define __neo_ComponentRelease_hh_seen 00003 namespace neo { 00004 namespace cca { 00005 00006 class ComponentRelease { 00007 public: 00008 00009 virtual ~ComponentRelease() {} 00010 00042 virtual void releaseServices(Services *svc) throw(Exception)= 0; 00043 }; 00044 00045 } // end namespace cca 00046 } // end namespace neo 00047 00048 #endif // __neo_ComponentRelease_hh_seen 00049