#include <Respuesta.h>
Public Member Functions | |
Respuesta () | |
~Respuesta () | |
void | agregar (char *texto) |
char * | getRespuestaXml () |
Private Attributes | |
char * | respuesta |
Definition at line 8 of file Respuesta.h.
|
Definition at line 10 of file Respuesta.cpp. References respuesta. Referenced by getRespuestaXml(). |
|
Definition at line 14 of file Respuesta.cpp. References respuesta. |
|
Definition at line 19 of file Respuesta.cpp. References respuesta. Referenced by getRespuestaXml(), procesarError(), and procesarQuery(). |
|
Definition at line 37 of file Respuesta.cpp. References agregar(), respuesta, and Respuesta(). Referenced by SocketConnection::send(). Here is the call graph for this function: ![]() |
|
Definition at line 20 of file Respuesta.h. Referenced by agregar(), getRespuestaXml(), Respuesta(), and ~Respuesta(). |