#include <AutoTestServiceSVC_impl.h>
Example class implementing IDL interface AutoTest::MyService
Definition at line 18 of file AutoTestServiceSVC_impl.h.
MyServiceSVC_impl::MyServiceSVC_impl |
( |
| ) |
|
MyServiceSVC_impl::~MyServiceSVC_impl |
( |
| ) |
|
|
virtual |
MyServiceSVC_impl::MyServiceSVC_impl |
( |
| ) |
|
virtual MyServiceSVC_impl::~MyServiceSVC_impl |
( |
| ) |
|
|
virtual |
char* MyServiceSVC_impl::echo |
( |
const char * |
msg | ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
char * MyServiceSVC_impl::echo |
( |
const char * |
msg | ) |
|
SimpleService::EchoList* MyServiceSVC_impl::get_echo_history |
( |
| ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
SimpleService::EchoList * MyServiceSVC_impl::get_echo_history |
( |
| ) |
|
std::string MyServiceSVC_impl::get_echo_message |
( |
| ) |
|
|
inline |
CORBA::Float MyServiceSVC_impl::get_value |
( |
| ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
CORBA::Float MyServiceSVC_impl::get_value |
( |
| ) |
|
SimpleService::ValueList* MyServiceSVC_impl::get_value_history |
( |
| ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
SimpleService::ValueList * MyServiceSVC_impl::get_value_history |
( |
| ) |
|
void MyServiceSVC_impl::reset_message |
( |
| ) |
|
|
inline |
void MyServiceSVC_impl::set_value |
( |
CORBA::Float |
value | ) |
|
throw | ( | CORBA::SystemException |
| ) | | |
void MyServiceSVC_impl::set_value |
( |
CORBA::Float |
value | ) |
|
SimpleService::EchoList MyServiceSVC_impl::m_echoList |
|
private |
bool MyServiceSVC_impl::m_isNew |
|
private |
std::string MyServiceSVC_impl::m_msg |
|
private |
CORBA::Float MyServiceSVC_impl::m_value |
|
private |
SimpleService::ValueList MyServiceSVC_impl::m_valueList |
|
private |
The documentation for this class was generated from the following files: