#include <EchoImpl.h>

Public Member Functions | |
| void | decRef () |
| void | decRef () |
| void | decRef () |
| void | echo (std::string msg) |
| void | echo (std::string msg) |
| void | echo (std::string msg) |
| EchoImpl () | |
| EchoImpl () | |
| EchoImpl () | |
| const char * | id () |
| const char * | id () |
| const char * | id () |
| void | incRef () |
| void | incRef () |
| void | incRef () |
| const char * | name () |
| const char * | name () |
| const char * | name () |
| virtual | ~EchoImpl () |
| virtual | ~EchoImpl () |
| virtual | ~EchoImpl () |
Public Attributes | |
| char | m_name [16] |
Static Public Attributes | |
| static int | count = 0 |
Definition at line 31 of file CORBAManagerTests.cpp.
| EchoImpl::EchoImpl | ( | ) | [inline] |
Definition at line 35 of file CORBAManagerTests.cpp.
| EchoImpl::~EchoImpl | ( | ) | [inline, virtual] |
Definition at line 40 of file CORBAManagerTests.cpp.
| EchoImpl::EchoImpl | ( | ) | [inline] |
Definition at line 35 of file IceManagerTests.cpp.
| virtual EchoImpl::~EchoImpl | ( | ) | [inline, virtual] |
Definition at line 40 of file IceManagerTests.cpp.
| virtual EchoImpl::~EchoImpl | ( | ) | [virtual] |
| void EchoImpl::decRef | ( | ) | [virtual] |
Implements doil::ImplBase.
| void EchoImpl::decRef | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 47 of file IceManagerTests.cpp.
| void EchoImpl::decRef | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 47 of file CORBAManagerTests.cpp.
| void EchoImpl::echo | ( | std::string | msg | ) | [virtual] |
Implements IEcho.
| void EchoImpl::echo | ( | std::string | msg | ) | [inline, virtual] |
Implements IEcho.
Definition at line 48 of file CORBAManagerTests.cpp.
| void EchoImpl::echo | ( | std::string | msg | ) | [inline, virtual] |
Implements IEcho.
Definition at line 48 of file IceManagerTests.cpp.
| const char* EchoImpl::id | ( | ) | [virtual] |
Implements doil::ImplBase.
| const char* EchoImpl::id | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 44 of file IceManagerTests.cpp.
| const char * EchoImpl::id | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 44 of file CORBAManagerTests.cpp.
| void EchoImpl::incRef | ( | ) | [virtual] |
Implements doil::ImplBase.
| void EchoImpl::incRef | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 46 of file IceManagerTests.cpp.
| void EchoImpl::incRef | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 46 of file CORBAManagerTests.cpp.
| const char* EchoImpl::name | ( | ) | [virtual] |
Implements doil::ImplBase.
| const char* EchoImpl::name | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 45 of file IceManagerTests.cpp.
| const char * EchoImpl::name | ( | ) | [inline, virtual] |
Implements doil::ImplBase.
Definition at line 45 of file CORBAManagerTests.cpp.
static int EchoImpl::count = 0 [static] |
Definition at line 53 of file CORBAManagerTests.cpp.
| char EchoImpl::m_name |
Definition at line 54 of file CORBAManagerTests.cpp.