• Classes
  • Modules
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

componentGetterImpl.h

Go to the documentation of this file.
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

Generated on Thu Jan 12 2012 23:13:50 for ACS-10.0 C++ API by  doxygen 1.7.0