00001 #ifndef componentGetterImpl_h 00002 #define componentGetterImpl_h 00003 00004 #include <acscomponentImpl.h> 00005 #include "componentGetterS.h" 00006 00007 class ComponentGetterImpl: 00008 public virtual acscomponent::ACSComponentImpl, 00009 public POA_demo::ComponentGetter 00010 { 00011 00012 public: 00013 ComponentGetterImpl( 00014 const ACE_CString& name, 00015 maci::ContainerServices * containerServices); 00016 00017 virtual ~ComponentGetterImpl(); 00018 00019 virtual void getOtherComponent(); 00020 00021 }; 00022 00023 #endif