#ifndef __cplusplus #error This is a C++ include file and cannot be used from plain C #endif #ifndef _SIMPLE_EXAMPLE_DDS_H_ #define _SIMPLE_EXAMPLE_DDS_H #include #include "SimpleExampleS.h" class SimpleExampleDDSImpl: virtual public POA_DDS_SIMPLE_EXAMPLE::simpleExample, virtual public acscomponent::ACSComponentImpl { public: SimpleExampleDDSImpl(const ACE_CString &name, maci::ContainerServices *containerServices); virtual void sendMessage() throw (CORBA::SystemException); virtual ~SimpleExampleDDSImpl(); }; #endif