Public Member Functions | |
| void | hello_world () |
| bool | is_hello_world_called () |
| MyService_impl () | |
| char * | name () |
| void | print_msg (const char *msg) |
| void | setName (const char *name) |
| virtual | ~MyService_impl () |
Private Attributes | |
| bool | m_hello_world_called |
| std::string | m_name |
Definition at line 40 of file CorbaPortTests.cpp.
| MyService_impl::MyService_impl | ( | ) | [inline] |
Definition at line 45 of file CorbaPortTests.cpp.
| virtual MyService_impl::~MyService_impl | ( | ) | [inline, virtual] |
Definition at line 49 of file CorbaPortTests.cpp.
| void MyService_impl::hello_world | ( | ) | [inline] |
Definition at line 63 of file CorbaPortTests.cpp.
| bool MyService_impl::is_hello_world_called | ( | ) | [inline] |
Definition at line 73 of file CorbaPortTests.cpp.
| char* MyService_impl::name | ( | ) | [inline] |
Definition at line 58 of file CorbaPortTests.cpp.
| void MyService_impl::print_msg | ( | const char * | msg | ) | [inline] |
Definition at line 68 of file CorbaPortTests.cpp.
| void MyService_impl::setName | ( | const char * | name | ) | [inline] |
Definition at line 53 of file CorbaPortTests.cpp.
bool MyService_impl::m_hello_world_called [private] |
Definition at line 80 of file CorbaPortTests.cpp.
std::string MyService_impl::m_name [private] |
Definition at line 79 of file CorbaPortTests.cpp.