Google
Web alhem.net
Main Page | Alphabetical List | Class List | File List | Class Members | File Members

TestSocket Class Reference

#include <TestSocket.h>

List of all members.

Public Member Functions

 TestSocket (ISocketHandler &,bool &)
 ~TestSocket ()
void OnConnect ()

Private Attributes

bool & m_ref


Detailed Description

File ......... TestSocket.h Published .... 2004-04-18 Author ....... grymse@alhem.net

Definition at line 31 of file TestSocket.h.


Constructor & Destructor Documentation

TestSocket::TestSocket ISocketHandler &  ,
bool & 
 

Definition at line 36 of file TestSocket.cpp.

00037 :TcpSocket(h)
00038 ,m_ref(x)
00039 {
00040 }

TestSocket::~TestSocket  ) 
 

Definition at line 43 of file TestSocket.cpp.

00044 {
00045 }


Member Function Documentation

void TestSocket::OnConnect  ) 
 

Definition at line 48 of file TestSocket.cpp.

References DEB, and m_ref.

00049 {
00050         m_ref = true;
00051 DEB(    printf("Connectable host found!\n");)
00052         SetCloseAndDelete();
00053 }


Member Data Documentation

bool& TestSocket::m_ref [private]
 

Definition at line 40 of file TestSocket.h.

Referenced by OnConnect().


The documentation for this class was generated from the following files:
Generated on Tue Oct 3 23:47:05 2006 for The Minder by doxygen 1.3.6