Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

SocketConnection Class Reference

#include <SocketConnection.h>

List of all members.

Public Member Functions

 SocketConnection ()
 ~SocketConnection ()
void setFd (int fd)
int getFd ()
void close ()
int send (Respuesta *respuesta)

Private Attributes

int fd


Detailed Description

Definition at line 10 of file SocketConnection.h.


Constructor & Destructor Documentation

SocketConnection::SocketConnection  ) 
 

Definition at line 17 of file SocketConnection.cpp.

References fd.

SocketConnection::~SocketConnection  ) 
 

Definition at line 21 of file SocketConnection.cpp.

References close().

Here is the call graph for this function:


Member Function Documentation

void SocketConnection::close  ) 
 

Definition at line 25 of file SocketConnection.cpp.

References fd.

Referenced by main(), and ~SocketConnection().

int SocketConnection::getFd  ) 
 

Definition at line 36 of file SocketConnection.cpp.

References fd.

Referenced by ProcesadorXml::getProtocolo(), ProcesadorXml::getQuery_v01(), and ProcesadorXml::getTamano().

int SocketConnection::send Respuesta respuesta  ) 
 

Definition at line 40 of file SocketConnection.cpp.

References fd, Respuesta::getRespuestaXml(), and log_error.

Referenced by procesarError(), and procesarQuery().

Here is the call graph for this function:

void SocketConnection::setFd int  fd  ) 
 

Definition at line 32 of file SocketConnection.cpp.

References fd.

Referenced by ServerSocket::getConnection().


Member Data Documentation

int SocketConnection::fd [private]
 

Definition at line 25 of file SocketConnection.h.

Referenced by close(), getFd(), send(), setFd(), and SocketConnection().


The documentation for this class was generated from the following files:
Generated on Wed Sep 14 15:51:39 2005 for TecnoDB by  doxygen 1.4.4