8 #include "MyServiceSkel.h" 10 #ifndef MYSERVICESVC_IMPL_H 11 #define MYSERVICESVC_IMPL_H 17 :
public virtual POA_SimpleService::MyService,
18 public virtual PortableServer::RefCountServantBase
31 char*
echo(
const char* msg)
32 throw (CORBA::SystemException);
34 throw (CORBA::SystemException);
36 throw (CORBA::SystemException);
38 throw (CORBA::SystemException);
40 throw (CORBA::SystemException);
50 #endif // MYSERVICESVC_IMPL_H SimpleService::EchoList m_echoList
AutoTest::ValueList * get_value_history()
char * echo(const char *msg)
virtual ~MyServiceSVC_impl()
destructor
SimpleService::ValueList m_valueList
void set_value(CORBA::Float value)
AutoTest::EchoList * get_echo_history()
MyServiceSVC_impl()
standard constructor