Logo
~Sockets~
~Examples~
~Contact~


MHandler::SERVICE Struct Reference

#include <MHandler.h>

List of all members.


Public Member Functions

 SERVICE (port_t p, const std::string &h, port_t &p2)

Public Attributes

port_t port
 local port
std::string remote_host
port_t remote_port

Detailed Description

Definition at line 14 of file MHandler.h.


Constructor & Destructor Documentation

MHandler::SERVICE::SERVICE ( port_t  p,
const std::string &  h,
port_t &  p2 
) [inline]

Definition at line 15 of file MHandler.h.

00015                                                                 : port(p), remote_host(h), remote_port(p2) {
00016                 }


Member Data Documentation

local port

Definition at line 17 of file MHandler.h.

Definition at line 18 of file MHandler.h.

Definition at line 19 of file MHandler.h.


The documentation for this struct was generated from the following file:
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