00001 #ifndef acscomponentTestImpl_h
00002 #define acscomponentTestImpl_h
00003
00004
00005 #ifndef __cplusplus
00006 #error This is a C++ include file and cannot be used from plain C
00007 #endif
00008
00009
00010 #include <acscomponentImpl.h>
00011
00012 #include <acscomponentTestS.h>
00013
00014
00015 using namespace acscomponent;
00016
00017
00018 class ACSComponentTestClassImpl: public virtual ACSComponentImpl,
00019 public virtual POA_ACSCOMPONENT_TEST::ACSComponentTestClass
00020 {
00021
00022 public:
00023
00024 ACSComponentTestClassImpl(const ACE_CString& name,
00025 maci::ContainerServices *);
00026
00027 virtual ~ACSComponentTestClassImpl();
00028
00029 void shutdown( )
00030 throw (CORBA::SystemException );
00031
00032 };
00033
00034 #endif
00035
00036
00037
00038
00039