From 809b470ce90e53c532dfebc44c2e7c169c33402f Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 7 Dec 2007 17:46:13 +0000 Subject: removed doxygen folders from svn --- doc/html/classTCPSocket.html | 153 ------------------------------------------- 1 file changed, 153 deletions(-) delete mode 100644 doc/html/classTCPSocket.html (limited to 'doc/html/classTCPSocket.html') diff --git a/doc/html/classTCPSocket.html b/doc/html/classTCPSocket.html deleted file mode 100644 index 0443d36..0000000 --- a/doc/html/classTCPSocket.html +++ /dev/null @@ -1,153 +0,0 @@ - - -anytun: TCPSocket Class Reference - - - - -
-
-
-
-

TCPSocket Class Reference

#include <PracticalSocket.h> -

-

Inheritance diagram for TCPSocket: -

- -CommunicatingSocket -Socket - -List of all members. - - - - - - - - - - - - -

Public Member Functions

 TCPSocket () throw (SocketException)
 TCPSocket (const string &foreignAddress, unsigned short foreignPort) throw (SocketException)

Private Member Functions

 TCPSocket (int newConnSD)

Friends

class TCPServerSocket
-

Detailed Description

-TCP socket for communication with other TCP sockets -

-


Constructor & Destructor Documentation

- -
-
- - - - - - - - -
TCPSocket::TCPSocket (  )  throw (SocketException)
-
-
- -

-Construct a TCP socket with no connection

Exceptions:
- - -
SocketException thrown if unable to create TCP socket
-
- -
-

- -

-
- - - - - - - - - - - - - - - - - - -
TCPSocket::TCPSocket (const string &  foreignAddress,
unsigned short  foreignPort 
) throw (SocketException)
-
-
- -

-Construct a TCP socket with a connection to the given foreign address and port

Parameters:
- - - -
foreignAddress foreign address (IP address or name)
foreignPort foreign port
-
-
Exceptions:
- - -
SocketException thrown if unable to create TCP socket
-
- -
-

- -

-
- - - - - - - - - -
TCPSocket::TCPSocket (int  newConnSD  )  [private]
-
-
- -

- -

-

-


Friends And Related Function Documentation

- -
-
- - - - -
friend class TCPServerSocket [friend]
-
-
- -

- -

-

-


The documentation for this class was generated from the following files: -
Generated on Mon Dec 3 11:49:25 2007 for anytun by  - -doxygen 1.5.1
- - -- cgit v1.2.3