Logo
~Sockets~
~Examples~
~Contact~


DChatMinderSocket Class Reference

#include <DChatMinderSocket.h>

List of all members.


Public Member Functions

 DChatMinderSocket (ISocketHandler &)
 ~DChatMinderSocket ()
MinionSocket * CreateMinionSocket (const std::string &s, ipaddr_t a, port_t p)
int GetMaxConnections ()
void OnSwitchDatabase (const std::string &)

Detailed Description

File ......... DChatMinderSocket.h Published .... 2004-04-19 Author ....... grymse@alhem.net

Definition at line 30 of file DChatMinderSocket.h.


Constructor & Destructor Documentation

DChatMinderSocket::DChatMinderSocket ( ISocketHandler &  h  ) 

File ......... DChatMinderSocket.cpp Published .... 2004-04-19 Author ....... grymse@alhem.net

Definition at line 30 of file DChatMinderSocket.cpp.

00031 :MinderSocket(h, "dchat")
00032 {
00033 }

DChatMinderSocket::~DChatMinderSocket (  ) 

Definition at line 36 of file DChatMinderSocket.cpp.

00037 {
00038 }


Member Function Documentation

MinionSocket* DChatMinderSocket::CreateMinionSocket ( const std::string &  s,
ipaddr_t  a,
port_t  p 
) [inline]

Definition at line 36 of file DChatMinderSocket.h.

00036                                                                                  { 
00037                 return new DChatMinionSocket(Handler(),s,a,p); 
00038         }

int DChatMinderSocket::GetMaxConnections (  )  [inline]

Definition at line 39 of file DChatMinderSocket.h.

00039 { return 3; }

void DChatMinderSocket::OnSwitchDatabase ( const std::string &   )  [inline]

Definition at line 40 of file DChatMinderSocket.h.

00040 {}


The documentation for this class was generated from the following files:
Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4