Logo
~Sockets~
~Examples~
~Contact~


hSocket Class Reference

List of all members.


Public Member Functions

 hSocket (ISocketHandler &h, const std::string &x, const std::string &y)
void OnConnect ()

Detailed Description

Definition at line 97 of file sockets_test.cpp.


Constructor & Destructor Documentation

hSocket::hSocket ( ISocketHandler &  h,
const std::string &  x,
const std::string &  y 
) [inline]

Definition at line 100 of file sockets_test.cpp.

00100 : HttpGetSocket(h,x,y) {}


Member Function Documentation

void hSocket::OnConnect (  )  [inline]

Definition at line 102 of file sockets_test.cpp.

00102                          {
00103                 printf("hSocket::OnConnect\n");
00104                 HttpGetSocket::OnConnect();
00105         }


The documentation for this class was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4