#include <RemoteConnection.hpp>
◆ asString()
std::string anna::comm::RemoteConnection::asString |
( |
| ) |
const |
◆ asXML()
◆ className()
static const char* anna::comm::RemoteConnection::className |
( |
| ) |
|
|
inlinestatic |
35 {
return "anna::comm::RemoteConnection"; }
◆ getClientSocket()
ClientSocket* anna::comm::RemoteConnection::getClientSocket |
( |
| ) |
|
|
inline |
Conversor de invocacion.
- Returns
- La instancia del socket asociado a esta instancia. Si no hay socket asociado lanzara una excepcion.
31 {
return a_clientSocket; }
◆ getServer()
Server* anna::comm::RemoteConnection::getServer |
( |
| ) |
|
|
inline |
◆ Server
The documentation for this class was generated from the following file: